mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 13:13:29 +01:00
[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:
@@ -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'
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 124 KiB |
Reference in New Issue
Block a user