mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fixes airlock cyclelink examine message (#84344)
Fixes #84330 🆑 ShizCalev fix: Airlocks will now correctly said what other airlock they are cyclelinked with. /🆑
This commit is contained in:
@@ -611,7 +611,9 @@
|
||||
. = ..()
|
||||
if(closeOtherId)
|
||||
. += span_warning("This airlock cycles on ID: [sanitize(closeOtherId)].")
|
||||
else if(!closeOtherId)
|
||||
else if(cyclelinkedairlock)
|
||||
. += span_warning("This airlock cycles with: [cyclelinkedairlock.name].")
|
||||
else
|
||||
. += span_warning("This airlock does not cycle.")
|
||||
if(obj_flags & EMAGGED)
|
||||
. += span_warning("Its access panel is smoking slightly.")
|
||||
|
||||
Reference in New Issue
Block a user