mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-17 18:12:32 +01:00
Chemicals now react in mobs, old reaching restrictions, fixed a give bug, tried to fix a resting bug.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user