mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Should fix dead embryos being spawnable maybe?
This commit is contained in:
@@ -1143,7 +1143,7 @@ mob/proc/yank_out_object()
|
||||
if((usr in respawnable_list) && (stat==2 || istype(usr,/mob/dead/observer)))
|
||||
var/list/creatures = list("Mouse")
|
||||
for(var/mob/living/L in living_mob_list)
|
||||
if(safe_respawn(L.type))
|
||||
if(safe_respawn(L.type) && !L.stat==2)
|
||||
if(!L.key)
|
||||
creatures += L
|
||||
var/picked = input("Please select an NPC to respawn as", "Respawn as NPC") as null|anything in creatures
|
||||
|
||||
Reference in New Issue
Block a user