mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Merge pull request #14334 from SandPoot/this-proc-can't-be-split
Cannot modify null.real_name
This commit is contained in:
@@ -178,10 +178,7 @@
|
|||||||
|
|
||||||
new /obj/effect/temp_visual/monkeyify/humanify(loc)
|
new /obj/effect/temp_visual/monkeyify/humanify(loc)
|
||||||
|
|
||||||
transformation_timer = addtimer(CALLBACK(src, .proc/finish_humanize, tr_flags), TRANSFORMATION_DURATION, TIMER_UNIQUE)
|
sleep(TRANSFORMATION_DURATION) //This entire proc CANNOT be split into two
|
||||||
|
|
||||||
/mob/living/carbon/proc/finish_humanize(tr_flags)
|
|
||||||
transformation_timer = null
|
|
||||||
|
|
||||||
var/list/stored_implants = list()
|
var/list/stored_implants = list()
|
||||||
var/list/int_organs = list()
|
var/list/int_organs = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user