mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 22:54:32 +01:00
typo
This commit is contained in:
@@ -344,7 +344,7 @@
|
||||
return SetSleeping(max(sleeping, amount), updating, no_alert)
|
||||
|
||||
/mob/living/SetSleeping(amount, updating = 1, no_alert = FALSE)
|
||||
if(frozen) // If the mob has been admin frozen, sleeping should not be changable
|
||||
if(frozen) // If the mob has been admin frozen, sleeping should not be changeable
|
||||
return FALSE
|
||||
. = STATUS_UPDATE_STAT
|
||||
if((!!amount) == (!!sleeping)) // We're not changing from + to 0 or vice versa
|
||||
|
||||
Reference in New Issue
Block a user