mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Power Magnets Optimization #1
Currently removed all instances of makepowernets() and update_network() (Update network just called makepowernets()) from cable.dm. All actings regarding cables went from 0.5 to <0.08 per call. -Added a verb in the debug panel called Make Powernets. This calls makepowernets(). git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1729 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
verbs += /client/proc/modifytemperature
|
||||
verbs += /client/proc/callproc
|
||||
verbs += /client/proc/Cell
|
||||
verbs += /client/proc/cmd_debug_make_powernets
|
||||
verbs += /client/proc/cmd_debug_del_all
|
||||
verbs += /client/proc/cmd_debug_tog_aliens
|
||||
verbs += /client/proc/Debug2 //debug toggle switch
|
||||
|
||||
Reference in New Issue
Block a user