mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
forgot this...
This commit is contained in:
@@ -362,9 +362,11 @@ var/list/intents = list(I_HELP,I_DISARM,I_GRAB,I_HARM)
|
||||
set category = "IC"
|
||||
|
||||
if(!resting && (world.time > rest_CD))
|
||||
rest_CD = world.time + 20
|
||||
to_chat(src, "<span class='notice'>You are now resting.</span>")
|
||||
StartResting()
|
||||
else if(resting && (world.time > rest_CD))
|
||||
rest_CD = world.time + 20
|
||||
to_chat(src, "<span class='notice'>You are now getting up.</span>")
|
||||
StopResting()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user