mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Removed files that were 0 bytes in size.
Made sure every verb now has a name which starts with a capital letter and makes sense, because OCD. Changed the categories of verbs a lot, now they are in much more sensible tabs. Added a couple of admin verbs: - Right click monkeyize - Call Shuttle - Recall Shuttle Removed some goon verbs. Gave "Coder" admin group a little more admin verbs: - Monkeyize, Cultistize, Abominationize, Call Shuttle, Recall Shuttle, Make Sound Added mobs a "say_message" variable. Now admin-created mobs can "scree", "squeak" etc. instead of just "chimper" or "hiss". git-svn-id: http://tgstation13.googlecode.com/svn/trunk@138 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/client/proc
|
||||
general_report()
|
||||
set category = "Diagnostics"
|
||||
set category = "Debug"
|
||||
set name = "Show General Report"
|
||||
|
||||
if(!master_controller)
|
||||
usr << alert("Master_controller not found.")
|
||||
@@ -21,7 +22,8 @@
|
||||
usr << browse(output,"window=generalreport")
|
||||
|
||||
air_report()
|
||||
set category = "Diagnostics"
|
||||
set category = "Debug"
|
||||
set name = "Show Air Report"
|
||||
|
||||
if(!master_controller || !air_master)
|
||||
alert(usr,"Master_controller or air_master not found.","Air Report")
|
||||
@@ -62,7 +64,8 @@
|
||||
usr << browse(output,"window=airreport")
|
||||
|
||||
air_status(turf/target as turf)
|
||||
set category = "Diagnostics"
|
||||
set category = "Debug"
|
||||
set name = "Display Air Status"
|
||||
|
||||
if(!isturf(target))
|
||||
return
|
||||
@@ -79,8 +82,8 @@
|
||||
usr << "[trace_gas.type]: [trace_gas.moles]"
|
||||
|
||||
fix_next_move()
|
||||
set category = "Diagnostics"
|
||||
set name = "Press this if everybody freezes up"
|
||||
set category = "Debug"
|
||||
set name = "Unfreeze Everyone"
|
||||
var/largest_move_time = 0
|
||||
var/largest_click_time = 0
|
||||
var/mob/largest_move_mob = null
|
||||
|
||||
Reference in New Issue
Block a user