mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into more_hostile_mobs
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
|
||||
/obj/item/organ/internal/mmi_holder/New(var/mob/living/carbon/human/new_owner, var/internal)
|
||||
..(new_owner, internal)
|
||||
var/mob/living/carbon/human/dummy/mannequin/M = new_owner
|
||||
if(istype(M))
|
||||
return
|
||||
if(!stored_mmi)
|
||||
stored_mmi = new(src)
|
||||
sleep(-1)
|
||||
|
||||
Reference in New Issue
Block a user