Okay bedtime

This commit is contained in:
Fermi
2019-11-21 04:25:25 +00:00
parent b90213882e
commit b911fabb37
2 changed files with 7 additions and 11 deletions
@@ -374,7 +374,7 @@
/obj/item/organ/random/Initialize()
..()
var/list = (/obj/item/organ/tongue, /obj/item/organ/brain, /obj/item/organ/heart, /obj/item/organ/liver, /obj/item/organ/ears, /obj/item/organ/eyes, /obj/item/organ/tail, /obj/item/organ/stomach)
var/list = list(/obj/item/organ/tongue, /obj/item/organ/brain, /obj/item/organ/heart, /obj/item/organ/liver, /obj/item/organ/ears, /obj/item/organ/eyes, /obj/item/organ/tail, /obj/item/organ/stomach)
var/newtype = pick(list)
new newtype(loc)
return INITIALIZE_HINT_QDEL