Skip to content

Commit

Permalink
[MIRROR] ethereal disco ball altclick sanity (#1823)
Browse files Browse the repository at this point in the history
* ethereal disco ball altclick sanity (#81268)

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: jimmyl <[email protected]>
  • Loading branch information
3 people authored Feb 6, 2024
1 parent f8c6df6 commit 0a8e8f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/objects/items/etherealdiscoball.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

/obj/structure/etherealball/attack_hand(mob/living/carbon/human/user, list/modifiers)
. = ..()
if(!can_interact(user))
return

if(TurnedOn)
TurnOff()
to_chat(user, span_notice("You turn the disco ball off!"))
Expand Down

0 comments on commit 0a8e8f0

Please sign in to comment.