WHITESPAAAAAACE

This commit is contained in:
Rob Nelson
2014-02-03 17:25:31 -08:00
parent f0dcc47f2c
commit 1dded1bdc7
2 changed files with 1 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ They can only use one tool at a time, they can't choose modules, and they have 1
spark_system.set_up(5, 0, src)
spark_system.attach(src)
ident = rand(1, 999)
updatename()
updateicon()
@@ -336,7 +335,6 @@ They can only use one tool at a time, they can't choose modules, and they have 1
updateicon()
return
if(ishuman(user))
if(istype(user:gloves, /obj/item/clothing/gloves/space_ninja)&&user:gloves:candrain&&!user:gloves:draining)
call(/obj/item/clothing/gloves/space_ninja/proc/drain)("CYBORG",src,user:wear_suit)
@@ -345,8 +343,6 @@ They can only use one tool at a time, they can't choose modules, and they have 1
user.visible_message("\blue [user.name] pats [src.name] on the head.")
return
if(!istype(user, /mob/living/silicon))
switch(user.a_intent)
if("disarm")
@@ -515,7 +511,6 @@ They can only use one tool at a time, they can't choose modules, and they have 1
/mob/living/silicon/robot/mommi/Move(a, b, flag)
..()
/mob/living/silicon/robot/mommi/proc/ActivateKeeper()

View File

@@ -110,6 +110,7 @@
who = world
else
who = src
if(lawupdate)
if (connected_ai)
if(connected_ai.stat || connected_ai.control_disabled)