Chemicals now react in mobs, old reaching restrictions, fixed a give bug, tried to fix a resting bug.

This commit is contained in:
SkyMarshal
2012-03-18 11:35:52 -07:00
parent 46c97cbe4e
commit 0d2b327ded
5 changed files with 39 additions and 151 deletions
+1 -1
View File
@@ -421,7 +421,7 @@
usr.sleeping = 1
usr.sleeping_willingly = 1
if("rest")
usr.resting = !( usr.resting )
usr.resting = !usr.resting
if("throw")
if (!usr.stat && isturf(usr.loc) && !usr.restrained())
usr:toggle_throw_mode()