diff --git a/code/unused/dna.dm b/code/unused/dna.dm index 28d1393f35f..d6dbd16c3d7 100644 --- a/code/unused/dna.dm +++ b/code/unused/dna.dm @@ -237,7 +237,7 @@ if (src.occupant) usr << "\blue The scanner is already occupied!" return - if (usr.abiotic()) + if (usr.abiotic2()) usr << "\blue Subject cannot have abiotic items on." return usr.pulling = null @@ -259,7 +259,7 @@ if (src.occupant) user << "\blue The scanner is already occupied!" return - if (G.affecting.abiotic()) + if (G.affecting.abiotic2()) user << "\blue Subject cannot have abiotic items on." return var/mob/M = G.affecting @@ -858,7 +858,7 @@ if (src.occupant) usr << "\blue The scanner is already occupied!" return - if (usr.abiotic()) + if (usr.abiotic2()) usr << "\blue Subject cannot have abiotic items on." return usr.pulling = null @@ -888,7 +888,7 @@ if (src.occupant) user << "\blue The machine is already occupied!" return - if (G.affecting.abiotic()) + if (G.affecting.abiotic2()) user << "\blue Subject cannot have abiotic items on." return var/mob/M = G.affecting diff --git a/config/admins.txt b/config/admins.txt index 790541e9862..39f76eca3a1 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -18,4 +18,6 @@ skymarshal - Game Master spaceman96 - Game Admin strumpetplaya - Retired Admin tastyfish - Game Master -uristqwerty - Game Master \ No newline at end of file +uristqwerty - Game Master +erthilo - Game Master +erthilo2 - Game Master \ No newline at end of file