mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
Grammar checks for boulder refining machinery (#86814)
## About The Pull Request Title ## Why It's Good For The Game it read good ## Changelog 🆑 spellcheck: fixed examine and balloon alert text for boulder refining machinery /🆑
This commit is contained in:
@@ -81,14 +81,14 @@
|
||||
for(var/obj/item/boulder/potential_boulder in contents)
|
||||
boulder_count += 1
|
||||
. += span_notice("Storage capacity = <b>[boulder_count]/[boulders_held_max] boulders</b>.")
|
||||
. += span_notice("Can process upto <b>[boulders_processing_count] boulders</b> at a time.")
|
||||
. += span_notice("Can process up to <b>[boulders_processing_count] boulders</b> at a time.")
|
||||
|
||||
if(anchored)
|
||||
. += span_notice("Its [EXAMINE_HINT("anchored")] in place.")
|
||||
. += span_notice("It's [EXAMINE_HINT("anchored")] in place.")
|
||||
else
|
||||
. += span_warning("It needs to be [EXAMINE_HINT("anchored")] to start operations.")
|
||||
|
||||
. += span_notice("Its maintainence panel can be [EXAMINE_HINT("screwed")] [panel_open ? "closed" : "open"].")
|
||||
. += span_notice("Its maintenance panel can be [EXAMINE_HINT("screwed")] [panel_open ? "closed" : "open"].")
|
||||
|
||||
if(panel_open)
|
||||
. += span_notice("The whole machine can be [EXAMINE_HINT("pried")] apart.")
|
||||
@@ -304,7 +304,7 @@
|
||||
if(. == SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN || panel_open)
|
||||
return
|
||||
if(!anchored)
|
||||
balloon_alert(user, "anchor first!")
|
||||
balloon_alert(user, "anchor it first!")
|
||||
return SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN
|
||||
if(panel_open)
|
||||
balloon_alert(user, "close panel!")
|
||||
|
||||
Reference in New Issue
Block a user