RCD Improvements + Holofans + fixes (#6738)

This commit is contained in:
BlackMajor
2023-08-07 03:07:59 +12:00
committed by GitHub
parent 70c3599a77
commit 7fd1ff3dc5
22 changed files with 1571 additions and 13 deletions

View File

@@ -134,8 +134,13 @@ GLOBAL_LIST_EMPTY(entertainment_screens)
if(isliving(usr) && Adjacent(usr) && !usr.incapacitated())
toggle()
visible_message("<b>[usr]</b> toggles [src] [enabled ? "on" : "off"].","You toggle [src] [enabled ? "on" : "off"].", runemessage = "click")
else
//CHOMPEdit start - Changing click to only come into play when shift or alt clicking. These things are ANNOYING.
return
if(modifiers["shift"])
attack_hand(usr)
return
..()
//CHOMPEdit end
/obj/machinery/computer/security/telescreen/entertainment/update_icon()
return // NUH