Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Nov 5, 2024
1 parent 9977c79 commit d24c98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ModularTegustation/tegu_items/associations/!overwrites.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/mob/living/simple_animal/hostile/ordeal/steel_dawn/steel_noon/Initialize()
..()
. = ..()
if(SSmaptype.maptype in SSmaptype.citymaps)
maxHealth = 500
health = 500
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

/obj/item/ego_weapon/waging/Initialize()
RegisterSignal(src, COMSIG_PROJECTILE_ON_HIT, PROC_REF(projectile_hit))
..()
return ..()

/obj/item/ego_weapon/waging/afterattack(atom/target, mob/living/user, proximity_flag, clickparams)
if(!CanUseEgo(user))
Expand Down

0 comments on commit d24c98a

Please sign in to comment.