mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Derp.
This commit is contained in:
+4
-4
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user