mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Revert the workaround for byond version 1537. Bump min version for travis (#15118)
* Revert "Makes code 513.1537 compliant (#15093)"
This reverts commit 5ccbbf1192.
* bump version
This commit is contained in:
@@ -368,8 +368,7 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/floor_cluwne/proc/Kill(mob/living/carbon/human/H)
|
||||
playsound(H, 'sound/spookoween/scary_horn2.ogg', 100, 0)
|
||||
var/old_color
|
||||
old_color = H.client?.color
|
||||
var/old_color = H.client?.color
|
||||
client_kill_animation(H)
|
||||
|
||||
for(var/turf/T in orange(H, 4))
|
||||
|
||||
Reference in New Issue
Block a user