Revert "water pipes base + pda support"

This reverts commit a591aef35c.
This commit is contained in:
Albert Iordache
2012-01-27 10:06:12 +02:00
parent 4d5ecd09b6
commit 619afea38f
29 changed files with 8 additions and 4210 deletions
-9
View File
@@ -775,15 +775,6 @@
user << "\blue \t [re]"
else
user << "\blue No active chemical agents found in [A]."
else if(istype(A,/obj/machinery/water/pipe))
var/datum/water/pipeline/P = A:parent
if(P.reagents.reagent_list.len > 0)
var/reagents_length = P.reagents.reagent_list.len
user << "\blue [reagents_length] chemical agent[reagents_length > 1 ? "s" : ""] found at [P.return_pressure()]kPa."
for (var/re in P.reagents.reagent_list)
user << "\blue \t [re]"
else
user << "\blue No active chemical agents found in [A]."
else
user << "\blue No significant chemical agents found in [A]."
-1
View File
@@ -34,7 +34,6 @@
name = "Power-ON Cartridge"
icon_state = "cart-e"
access_engine = 1
access_reagent_scanner = 1
medical
name = "Med-U Cartridge"