Made MMIs examine text show if they are locked or unlocked. Move the size examine text to the same line as the name. Made mmis/posibrains drop parts used for creating mommis that you have added to them when added to a robot. Made turfs not lose or gain gases when you change their turf.

This commit is contained in:
clusterfack
2015-01-12 01:19:04 -06:00
parent 72c650ab6b
commit ca521a04cb
7 changed files with 40 additions and 26 deletions

View File

@@ -465,6 +465,9 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
var/list/mobs = getmobs()
var/input = input("Please, select a mob!", "Haunt", null, null) as null|anything in mobs
var/mob/target = mobs[input]
if(istype(target,/mob/living/silicon/ai))
var/mob/living/silicon/ai/M = target
target = M.eyeobj
ManualFollow(target)
// This is the ghost's follow verb with an argument