mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-07-15 09:42:44 +01:00
Addding pipe breaking/laying system
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user