mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user