Map-unique technodes is excluded on maps that don't have it. (#94494)

## About The Pull Request

As the title says, this excludes Kilo & Pubby from failing CI due to the
design being added while the tech node isn't, now it's only ran if the
map has it. This was an oversight of my original PR
https://github.com/tgstation/tgstation/pull/94160

## Changelog

Nothing player-facing.
This commit is contained in:
John Willard
2025-12-16 21:59:29 -05:00
committed by GitHub
parent c89452f713
commit ed3e00cd7b
2 changed files with 11 additions and 6 deletions
@@ -618,6 +618,12 @@
)
departmental_flags = DEPARTMENT_BITFLAG_SERVICE
/datum/design/telescreen_monastery/New()
var/has_monastery = CHECK_MAP_JOB_CHANGE(JOB_CHAPLAIN, "has_monastery")
if(!has_monastery)
id = DESIGN_ID_IGNORE
return ..()
/datum/design/entertainment_radio
name = "Entertainment Radio"
id = "radio_entertainment"