mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MIRROR] Fixes airlock cyclelink examine message (#28454)
* Fixes airlock cyclelink examine message (#84344) Fixes #84330 🆑 ShizCalev fix: Airlocks will now correctly said what other airlock they are cyclelinked with. /🆑 * Fixes airlock cyclelink examine message --------- Co-authored-by: Afevis <ShizCalev@users.noreply.github.com>
This commit is contained in:
@@ -625,7 +625,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