mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fixed runtime error with changeling gibbed by alium larva.
Added sanitize() to naming the buffers in DNA machine and to alien whispering. Added 0.5 sec timeout for BANG BANG. Added drinking glasses to the Dinnerware vending machine. Update from Nikie: Verb Reload Admins rereads admins.txt Parameter sql_enabled in config. Prevents spam when sql is not installed. NOTE FOR HOSTERS: it is currently ON in code (i.e. behavior is unchanged yet), you have to add SQL_ENABLED to your config.txt during next week. Thanks for your attention. Fixed "Delay" command. Messages for help intent are gender-aware now. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1463 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
src.verbs += /client/proc/air_report
|
||||
src.verbs += /client/proc/air_status
|
||||
src.verbs += /client/proc/radio_report
|
||||
src.verbs += /client/proc/reload_admins
|
||||
src.verbs += /client/proc/kill_air // -- TLE
|
||||
src.verbs += /client/proc/modifytemperature
|
||||
src.verbs += /client/proc/callproc
|
||||
@@ -211,6 +212,7 @@
|
||||
src.verbs += /client/proc/air_report
|
||||
src.verbs += /client/proc/air_status
|
||||
src.verbs += /client/proc/radio_report
|
||||
src.verbs += /client/proc/reload_admins
|
||||
//src.verbs += /client/proc/kill_air // -- TLE
|
||||
src.verbs += /client/proc/modifytemperature
|
||||
src.verbs += /client/proc/callproc
|
||||
|
||||
Reference in New Issue
Block a user