4 New Barsigns, Cold Ones, Doctor's Orders, Wrong Turn, Pun Pun's Pub (#94571)

This commit is contained in:
Roxy
2025-12-25 22:38:47 -05:00
committed by GitHub
parent 40c5856dcc
commit 0e0723b6f7
2 changed files with 24 additions and 0 deletions
+24
View File
@@ -501,6 +501,30 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/barsign, 32)
desc = "LIVE MOTHS!"
neon_color = COLOR_RED
/datum/barsign/coldones
name = "Cold Ones"
icon_state = "cold-ones"
desc = "That's what they call the yogurt effect."
neon_color = ""
/datum/barsign/doctorsorders
name = "Doctor's Orders"
icon_state = "doctors-orders"
desc = "For over-the-counter painkillers."
neon_color = ""
/datum/barsign/wrongturn
name = "Wrong Turn"
icon_state = "wrong-turn"
desc = "You don't feel lost. Nothing a few drinks cant fix, though."
neon_color = ""
/datum/barsign/punpunspub
name = "Punpun's Pub"
icon_state = "pun-puns-pub"
desc = "After everything he's been through? I'd want to be near booze too."
neon_color = ""
// Hidden signs list below this point
/datum/barsign/hiddensigns
Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 KiB

After

Width:  |  Height:  |  Size: 395 KiB