mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Updated:
Singularity Engine -Recoded some parts, still works mostly the same Welders -Recoded, it works mostly the same but is easier to use in code -Cyborgs have a larger fuel tank -Brought most if not all of the areas that use welders upto spec Moved the changeling chem recharge code into the human life proc New players who log out before spawning in are now deleted New minor Common event Machines around the station use more power, system might need some changes later Likely few other minor changes that I just cant think of atm git-svn-id: http://tgstation13.googlecode.com/svn/trunk@945 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
src.verbs += /proc/toggle_adminmsg
|
||||
|
||||
src.verbs += /client/proc/triple_ai //triple AIs~ --NEO
|
||||
|
||||
src.verbs += /client/proc/cmd_mass_modify_object_variables
|
||||
// Admin "must have"
|
||||
src.verbs += /client/proc/cmd_admin_list_occ
|
||||
src.verbs += /client/proc/cmd_admin_mute
|
||||
@@ -81,7 +81,7 @@
|
||||
src.verbs += /proc/givetestverbs
|
||||
src.verbs += /obj/admins/proc/spawn_atom
|
||||
src.verbs += /obj/admins/proc/toggletintedweldhelmets
|
||||
|
||||
|
||||
|
||||
// Admin helpers
|
||||
src.verbs += /client/proc/cmd_admin_attack_log
|
||||
@@ -171,7 +171,7 @@
|
||||
src.verbs += /obj/admins/proc/voteres //toggle votes
|
||||
src.verbs += /client/proc/deadchat //toggles deadchat
|
||||
src.verbs += /proc/toggle_adminmsg
|
||||
|
||||
src.verbs += /client/proc/cmd_mass_modify_object_variables
|
||||
// Admin "must have"
|
||||
src.verbs += /client/proc/cmd_admin_list_occ
|
||||
src.verbs += /client/proc/cmd_admin_mute
|
||||
@@ -1093,7 +1093,7 @@
|
||||
src.verbs -= /client/proc/cmd_admin_prison
|
||||
src.verbs -= /obj/admins/proc/unprison
|
||||
src.verbs -= /proc/togglebuildmode
|
||||
|
||||
src.verbs -= /client/proc/cmd_mass_modify_object_variables
|
||||
// Unnecessary commands
|
||||
src.verbs -= /client/proc/funbutton
|
||||
src.verbs -= /client/proc/make_sound // -- TLE
|
||||
|
||||
Reference in New Issue
Block a user