[MIRROR] Event signs (#8412)

Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-05-19 00:53:27 +02:00
committed by GitHub
co-authored by SatinIsle CHOMPStation2
parent 83f87005e0
commit f5ccf14fdf
2 changed files with 17 additions and 0 deletions
+17
View File
@@ -20,6 +20,23 @@
anchored = TRUE
density = TRUE
/obj/structure/signevent //Designed for scene events for people to put their OOC notes on BEFORE going into a room with them.
name = "sign"
desc = "It's a sign that tells you things!"
icon = 'icons/obj/stationobjs.dmi'
icon_state = "sign_event_green"
anchored = TRUE
density = FALSE
/obj/structure/signevent/blue
icon_state = "sign_event_blue"
/obj/structure/signevent/red
icon_state = "sign_event_red"
/obj/structure/signevent/yellow
icon_state = "sign_event_yellow"
/obj/effect/mark
var/mark = ""
icon = 'icons/misc/mark.dmi'