[MIRROR] Fixes names when securing ivanov board [MDB IGNORE] (#9188)

* fixes names for securing ivanov board (#62487)

* Fixes names when securing ivanov board

Co-authored-by: dragomagol <66640614+dragomagol@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-02 08:06:26 -04:00
committed by GitHub
co-authored by dragomagol
parent 443790e04c
commit b06188b0c1
@@ -1269,24 +1269,24 @@
user.visible_message(span_notice("[user] unfastens the mainboard."), span_notice("You unfasten the mainboard."))
if(8)
if(diff==FORWARD)
user.visible_message(span_notice("[user] secures the ivanov peripherals control module."), span_notice("You secure the ivanov peripherals control module."))
user.visible_message(span_notice("[user] secures the Savannah peripherals control module."), span_notice("You secure the Savannah peripherals control module."))
else
user.visible_message(span_notice("[user] removes the ivanov peripherals control module from [parent]."), span_notice("You remove the ivanov peripherals control module from [parent]."))
user.visible_message(span_notice("[user] removes the Savannah peripherals control module from [parent]."), span_notice("You remove the Savannah peripherals control module from [parent]."))
if(9)
if(diff==FORWARD)
user.visible_message(span_notice("[user] installs [I] into [parent]."), span_notice("You install [I] into [parent]."))
else
user.visible_message(span_notice("[user] unfastens the ivanov peripherals control module."), span_notice("You unfasten the ivanov peripherals control module."))
user.visible_message(span_notice("[user] unfastens the Savannah peripherals control module."), span_notice("You unfasten the Savannah peripherals control module."))
if(10)
if(diff==FORWARD)
user.visible_message(span_notice("[user] secures the ivanov weapon control module."), span_notice("You secure the ivanov weapon control module."))
user.visible_message(span_notice("[user] secures the Ivanov weapon control module."), span_notice("You secure the Ivanov weapon control module."))
else
user.visible_message(span_notice("[user] removes the ivanov weapon control module from [parent]."), span_notice("You remove the ivanov weapon control module from [parent]."))
user.visible_message(span_notice("[user] removes the Ivanov weapon control module from [parent]."), span_notice("You remove the Ivanov weapon control module from [parent]."))
if(11)
if(diff==FORWARD)
user.visible_message(span_notice("[user] installs [I] to [parent]."), span_notice("You install [I] to [parent]."))
else
user.visible_message(span_notice("[user] unfastens the ivanov weapon control module."), span_notice("You unfasten the ivanov weapon control module."))
user.visible_message(span_notice("[user] unfastens the Ivanov weapon control module."), span_notice("You unfasten the Ivanov weapon control module."))
if(12)
if(diff==FORWARD)
user.visible_message(span_notice("[user] secures the scanner module."), span_notice("You secure the scanner module."))