TG: - Fixed "Check Plumbing" and added "Check Power".

These two verbs can be accessed by using the 'debug verbs' verb, which is
accessible to game masters. The first checks for unconnected atmos machinery,
pipes and manifolds, the 2nd checks for suspicious powernets. Both are intended
to help mappers find wrongfully placed wires and pipes.
Revision: r3508
Author: 	 baloh.matevz
This commit is contained in:
Erthilo
2012-05-06 18:33:39 +01:00
parent a40b911ce5
commit 241dcc742e
2 changed files with 31 additions and 0 deletions
+1
View File
@@ -133,6 +133,7 @@ var/intercom_range_display_status = 0
src.verbs += /client/proc/air_status //Air things
src.verbs += /client/proc/Cell //More air things
src.verbs += /client/proc/atmosscan //check plumbing
src.verbs += /client/proc/powerdebug //check power
src.verbs += /client/proc/count_objects_on_z_level
src.verbs += /client/proc/count_objects_all
src.verbs += /client/proc/cmd_assume_direct_control //-errorage