This commit is contained in:
Ren Erthilo
2012-03-20 17:30:24 +00:00
parent 132380909e
commit 782af0aa9f
2 changed files with 7 additions and 5 deletions
+4 -4
View File
@@ -237,7 +237,7 @@
if (src.occupant)
usr << "\blue <B>The scanner is already occupied!</B>"
return
if (usr.abiotic())
if (usr.abiotic2())
usr << "\blue <B>Subject cannot have abiotic items on.</B>"
return
usr.pulling = null
@@ -259,7 +259,7 @@
if (src.occupant)
user << "\blue <B>The scanner is already occupied!</B>"
return
if (G.affecting.abiotic())
if (G.affecting.abiotic2())
user << "\blue <B>Subject cannot have abiotic items on.</B>"
return
var/mob/M = G.affecting
@@ -858,7 +858,7 @@
if (src.occupant)
usr << "\blue <B>The scanner is already occupied!</B>"
return
if (usr.abiotic())
if (usr.abiotic2())
usr << "\blue <B>Subject cannot have abiotic items on.</B>"
return
usr.pulling = null
@@ -888,7 +888,7 @@
if (src.occupant)
user << "\blue <B>The machine is already occupied!</B>"
return
if (G.affecting.abiotic())
if (G.affecting.abiotic2())
user << "\blue <B>Subject cannot have abiotic items on.</B>"
return
var/mob/M = G.affecting
+3 -1
View File
@@ -18,4 +18,6 @@ skymarshal - Game Master
spaceman96 - Game Admin
strumpetplaya - Retired Admin
tastyfish - Game Master
uristqwerty - Game Master
uristqwerty - Game Master
erthilo - Game Master
erthilo2 - Game Master