Apply some pressure, you lose some pressure

This commit is contained in:
Ghommie
2019-03-19 12:29:26 +01:00
parent ea37b1a172
commit a537c12757
7 changed files with 81 additions and 64 deletions
+1 -2
View File
@@ -72,7 +72,7 @@
else
return FALSE
forceMove(target)
moveToNullspace()
imp_in = target
target.implants += src
if(activated)
@@ -89,7 +89,6 @@
return TRUE
/obj/item/implant/proc/removed(mob/living/source, silent = FALSE, special = 0)
moveToNullspace()
imp_in = null
source.implants -= src
for(var/X in actions)