[MIRROR] Small bugfixes / clarifications (#9707)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-12-28 01:43:27 +01:00
committed by GitHub
co-authored by Cameron Lennox
parent eb48289147
commit ee2f3f8e80
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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))