Adds logging to holodeck controls. Allows AI to toggle saferty on and off, unless emagged. Fixes mech weapons not firing. Add ADVANCED INTERROGATION TECHNIQUES (smashing peoples faces with tables). Grab someone once and then click on a table. Fixes sleep button not waking you up.

This commit is contained in:
Erthilo
2012-05-15 03:56:32 +01:00
parent d7131de6dc
commit 9d76032058
5 changed files with 56 additions and 12 deletions
+2 -1
View File
@@ -439,7 +439,8 @@
usr.pulling = null
if("sleep")
if(usr.sleeping && usr.sleeping_willingly)
return
usr.sleeping = 0
usr.sleeping_willingly = 0
else if(!usr.sleeping)
usr.sleeping = 20 //Short nap
usr.sleeping_willingly = 1