Merge pull request #34195 from tgstation/Cyberboss-patch-1

Fixes weakref runtimes
This commit is contained in:
Leo
2018-01-09 20:56:43 -02:00
committed by CitadelStationBot
parent dfe39e7a1d
commit 88fa0ea83f
@@ -25,9 +25,10 @@
create_internal_organs() //most of it is done in set_species now, this is only for parent call
handcrafting = new()
AddComponent(/datum/component/redirect, list(COMSIG_COMPONENT_CLEAN_ACT), CALLBACK(src, .proc/clean_blood))
. = ..()
AddComponent(/datum/component/redirect, list(COMSIG_COMPONENT_CLEAN_ACT), CALLBACK(src, .proc/clean_blood))
/mob/living/carbon/human/OpenCraftingMenu()
handcrafting.ui_interact(src)