mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
logic fix (#18288)
This commit is contained in:
@@ -134,11 +134,11 @@
|
||||
handle_rotation()
|
||||
|
||||
/obj/structure/chair/AltClick(mob/user)
|
||||
if(!Adjacent(user))
|
||||
return
|
||||
if(user.incapacitated())
|
||||
to_chat(user, "<span class='warning'>You can't do that right now!</span>")
|
||||
return
|
||||
if(!Adjacent(user))
|
||||
return
|
||||
rotate()
|
||||
|
||||
// Chair types
|
||||
|
||||
Reference in New Issue
Block a user