Typo Fixy

Changelog Notes:

- Fixes the miners line to output a number with "rock" in the line rather than "a whole 2702 into piles".
This commit is contained in:
TheFurryFeline
2020-03-20 23:57:05 -04:00
committed by GitHub
parent 899a1168db
commit 5ba933aec3

View File

@@ -41,7 +41,7 @@ GLOBAL_VAR_INIT(mech_destroyed_roundstat, 0)
if(GLOB.disposals_flush_shift_roundstat > 40)
valid_stats_list.Add("The disposal system flushed a whole [GLOB.disposals_flush_shift_roundstat] times for this shift. We should really invest in waste treatement.")
if(GLOB.rocks_drilled_roundstat > 80)
valid_stats_list.Add("Our strong miners pulverized a whole [GLOB.rocks_drilled_roundstat] into piles of pathetic rubble.")
valid_stats_list.Add("Our strong miners pulverized a whole [GLOB.rocks_drilled_roundstat] rock into piles of pathetic rubble.")
if(GLOB.mech_destroyed_roundstat > 1)
valid_stats_list.Add("How did you guys manage to break a mech? Those are expensive!")
@@ -52,4 +52,4 @@ GLOBAL_VAR_INIT(mech_destroyed_roundstat, 0)
var/body = pick(valid_stats_list)
stats_printed_roundstat++
to_world("[body]")//line that deletes the thing you just posted.
valid_stats_list -= body
valid_stats_list -= body