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:
rastaf.zero@gmail.com
2011-04-17 18:09:30 +00:00
parent 57803fd4c2
commit ef23794506
25 changed files with 146 additions and 112 deletions

View File

@@ -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