Skip to content

Commit

Permalink
Arcadia deals more damage (#2539)
Browse files Browse the repository at this point in the history
* buff to arcadia

* Update ModularTegustation/ego_weapons/melee/zayin.dm

Co-authored-by: Gboster-0 <[email protected]>

---------

Co-authored-by: Gboster-0 <[email protected]>
  • Loading branch information
Kitsunemitsu and Gboster-0 authored Nov 9, 2024
1 parent 27568ec commit 2594e75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ModularTegustation/ego_weapons/melee/zayin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,9 @@
icon_state = "eclipse"
force = 14
damtype = WHITE_DAMAGE
attack_verb_continuous = list("smacks", "strikes", "beats")
attack_verb_simple = list("smack", "strike", "beat")
attack_verb_continuous = list("slices", "slashes", "stabs")
attack_verb_simple = list("slice", "slash", "stab")
hitsound = 'sound/weapons/bladeslice.ogg'

/obj/item/ego_weapon/plastic
name = "plastic smile"
Expand Down
2 changes: 1 addition & 1 deletion ModularTegustation/ego_weapons/ranged/ego_bullets/aleph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@

/obj/projectile/ego_bullet/arcadia
name = "arcadia"
damage = 120 // VERY high damage
damage = 140 // VERY high damage
damage_type = RED_DAMAGE

0 comments on commit 2594e75

Please sign in to comment.