Almost all reagent containers now have verb to change how many contents will be transferred from. Syringes and hypospray haven't such feature, that is intentional.

Rephrased some of APC repairing messages to be more clear.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@873 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-01-16 13:28:29 +00:00
parent 7df3994016
commit 33bf34e94c
2 changed files with 90 additions and 63 deletions
+2 -2
View File
@@ -327,7 +327,7 @@
user << "You fail to [ locked ? "unlock" : "lock"] the APC interface."
else if (istype(W, /obj/item/weapon/cable_coil) && !terminal && opened && has_electronics!=2)
if (src.loc:intact)
user << "\red You must remove the plating first."
user << "\red You must remove the floor plating first."
return
var/obj/item/weapon/cable_coil/C = W
if(C.amount < 10)
@@ -348,7 +348,7 @@
terminal.connect_to_network()
else if (istype(W, /obj/item/weapon/wirecutters) && terminal && opened && has_electronics!=2)
if (src.loc:intact)
user << "\red You must remove the plating first."
user << "\red You must remove the floor plating first."
return
user << "You begin to cut cables..."
playsound(src.loc, 'Deconstruct.ogg', 50, 1)