Skip to content

Commit

Permalink
Merge branch 'fixesandadd' of https://github.com/UniquaSa/Caustic-Cov…
Browse files Browse the repository at this point in the history
…e-Main into fixesandadd
  • Loading branch information
UniquaSa committed Nov 23, 2024
2 parents 1915c25 + 4a5c918 commit 6f229f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modular_causticcove/code/modules/spells/wizard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@
target.update_transform()
target.add_movespeed_modifier(MOVESPEED_ID_ADMIN_VAREDIT, update=TRUE, priority=100, multiplicative_slowdown=4, movetypes=GROUND)
spawn(300) //is that how it work? i remember there being a better wait timer but i forgor, so i'm using this one
if(owner && istype(owner, /mob/living))
to_chat(owner, span_userdanger("<span class='big'>You feel like you might be able to return to your size now by pressing on the status effect!</span>"))
removable = TRUE
if(owner && istype(owner, /mob/living))
to_chat(owner, span_userdanger("<span class='big'>You feel like you might be able to return to your size now by pressing on the status effect!</span>"))
removable = TRUE

/datum/status_effect/buff/growth/on_remove()
var/mob/living/target = owner
Expand Down

0 comments on commit 6f229f7

Please sign in to comment.