mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
APC screwdriving bug fixed.
Experimental: welding helmet nerf. It now reduces view range. For now this feature is globally turned off by default. Admins in game can turn it on if they like it. See "debug" tab. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@897 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -80,6 +80,8 @@
|
||||
src.verbs += /client/proc/ticklag
|
||||
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
|
||||
@@ -204,6 +206,7 @@
|
||||
src.verbs += /client/proc/ticklag
|
||||
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
|
||||
@@ -329,6 +332,7 @@
|
||||
//src.verbs += /client/proc/ticklag
|
||||
//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
|
||||
@@ -481,6 +485,7 @@
|
||||
//src.verbs += /client/proc/ticklag
|
||||
//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
|
||||
@@ -623,6 +628,7 @@
|
||||
//src.verbs += /client/proc/ticklag
|
||||
//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
|
||||
@@ -1036,6 +1042,7 @@
|
||||
src.verbs -= /client/proc/ticklag
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user