mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-18 03:21:30 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
var/mob/living/carbon/C = target
|
||||
var/was_lying = (C.lying != 0)
|
||||
addtimer(CALLBACK(src, .proc/Detach, C, was_lying), duration)
|
||||
addtimer(CALLBACK(src,PROC_REF(Detach), C, was_lying), duration)
|
||||
|
||||
C.transform = C.transform.Scale(TALL, SHORT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user