mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[MIRROR] Fix further/MetaStation [MDB IGNORE] (#21944)
* Fix further/MetaStation (#76158) ## About The Pull Request Typo fixes. Further and fixes MetaStation's default name to match the JSON. ## Changelog 🆑 LT3 spellcheck: Fixed a few typos /🆑 * Fix further/MetaStation --------- Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
co-authored by
lessthanthree
parent
754d48a96b
commit
3d4b8e19ba
@@ -71,7 +71,7 @@
|
||||
var/contents_initialized = FALSE
|
||||
/// is this closet locked by an exclusive id, i.e. your own personal locker
|
||||
var/datum/weakref/id_card = null
|
||||
/// should we prevent furthur access change
|
||||
/// should we prevent further access change
|
||||
var/access_locked = FALSE
|
||||
/// is the card reader installed in this machine
|
||||
var/card_reader_installed = FALSE
|
||||
@@ -290,7 +290,7 @@
|
||||
else
|
||||
. += span_notice("Its airlock electronics are [EXAMINE_HINT("screwed")] in place.")
|
||||
if(!card_reader_installed && length(access_choices))
|
||||
. += span_notice("You can install a card reader for furthur access control.")
|
||||
. += span_notice("You can install a card reader for further access control.")
|
||||
else if(card_reader_installed)
|
||||
. += span_notice("The card reader could be [EXAMINE_HINT("pried")] out.")
|
||||
. += span_notice("Swipe your PDA with an ID card/Just ID to change access levels.")
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
return TRUE
|
||||
// Cache the list before we open the box.
|
||||
alerted = viewers(7, src)
|
||||
// There are no mobs to alert? clear the list & prevent furthur action after opening the box
|
||||
// There are no mobs to alert? clear the list & prevent further action after opening the box
|
||||
if(!(locate(/mob/living) in alerted))
|
||||
alerted = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user