Addding pipe breaking/laying system

This commit is contained in:
hobnob13
2008-08-21 05:38:21 +00:00
parent 0d2c8dd0d0
commit 4d351b222f
40 changed files with 3516 additions and 2856 deletions
+13
View File
@@ -472,4 +472,17 @@
//Pops up the take-off / put-on dialog, but for yourself.
/mob/human/proc/ShowMyInv()
set category = "Debug"
src.show_inv(src)
// Show all admins
/mob/verb/Admins()
set category = "Debug"
for(var/A in admins)
world << "[A] = [admins[A]]"
/mob/verb/plasma()
set category = "Debug"
new /obj/machinery/atmoalter/canister/poisoncanister(src.loc)