mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
blah blah (#30084)
This commit is contained in:
@@ -233,8 +233,9 @@
|
||||
var/mob/living/simple_animal/demon/slaughter/S = L
|
||||
S.speed = 0
|
||||
S.boost = world.time + 6 SECONDS
|
||||
var/old_color = L.color
|
||||
L.color = A.color
|
||||
addtimer(VARSET_CALLBACK(L, color, null), 6 SECONDS)
|
||||
addtimer(VARSET_CALLBACK(L, color, old_color), 6 SECONDS)
|
||||
|
||||
|
||||
/datum/spell/bloodcrawl/proc/phasein(atom/A, mob/living/L)
|
||||
|
||||
Reference in New Issue
Block a user