mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[MIRROR] Small bugfixes / clarifications (#9707)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
eb48289147
commit
ee2f3f8e80
@@ -109,7 +109,7 @@
|
||||
if(locked && state == 0)
|
||||
to_chat(M,span_warning("It's locked!"))
|
||||
return
|
||||
if(world.time - user.last_bumped <= 60)
|
||||
if(world.time - last_bumped <= 60)
|
||||
return
|
||||
if(M.client)
|
||||
if(iscarbon(M))
|
||||
|
||||
Reference in New Issue
Block a user