Skip to content

Commit

Permalink
Fixes the Geis+Sigil combo (tgstation#30205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangelingRain authored and KorPhaeron committed Aug 26, 2017
1 parent 0ce1627 commit 4482137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
if(is_servant_of_ratvar(L.pulledby))
L.pulledby.stop_pulling()
if(is_servant_of_ratvar(L.buckled.pulledby))
L.pulledby.stop_pulling()
L.buckled.pulledby.stop_pulling()
L.visible_message("<span class='warning'>[src] begins to glow a piercing magenta!</span>", "<span class='sevtug'>You feel something start to invade your mind...</span>")
var/oldcolor = color
animate(src, color = "#AF0AAF", time = convert_time, flags = ANIMATION_END_NOW)
Expand Down

0 comments on commit 4482137

Please sign in to comment.