mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Give syndicate base airlocks names. (#29689)
This commit is contained in:
committed by
GitHub
parent
2e6b1fe6dc
commit
49351821c3
@@ -159,6 +159,12 @@
|
||||
/obj/effect/mapping_helpers/airlock/autoname/payload(obj/machinery/door/airlock)
|
||||
airlock.name = get_area_name(airlock, TRUE)
|
||||
|
||||
/obj/effect/mapping_helpers/airlock/autoname/syndie_base
|
||||
name = "syndie base airlock autoname helper"
|
||||
|
||||
/obj/effect/mapping_helpers/airlock/autoname/syndie_base/payload(obj/machinery/door/airlock)
|
||||
airlock.name = replacetext(get_area_name(airlock, TRUE), "Syndicate Space Base ", "")
|
||||
|
||||
// Will cfoam an airlock
|
||||
/obj/effect/mapping_helpers/airlock/c_foam
|
||||
name = "airlock c_foam helper"
|
||||
|
||||
Reference in New Issue
Block a user