Skip to content

Commit

Permalink
[MIRROR] Fix a tiny typo in ion law generation (#2736) (#3548)
Browse files Browse the repository at this point in the history
* Fix a tiny typo in ion law generation (#83533)

## About The Pull Request

Saw this in the wild and fixed what I believe was the cause: `!@!$&: THE
MEDICAL DOCTORSIS IN NEED OF THREE NAKED CHAPLAINS` (Round ID: 229577)

## Why It's Good For The Game

Spellcheck good.

## Changelog
:cl:
spellcheck: Fixed a missing space typo in ion law logic.
/:cl:

* Fix a tiny typo in ion law generation

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Wayland-Smithy <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
4 people authored May 31, 2024
1 parent 4c385c8 commit 92d2fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/events/ion_storm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
if(2) //It is Y of threats
message = "THE [ioncrew1] [ionthinksof] [ionnumberbase] [ionnumbermodhalf][ionadjectiveshalf][ionthreats]"
if(3) //It is Y of jobs
message = "THE [ioncrew1][ionthinksof] [ionnumberbase] [ionnumbermodhalf][ionadjectiveshalf][ioncrew2]"
message = "THE [ioncrew1] [ionthinksof] [ionnumberbase] [ionnumbermodhalf][ionadjectiveshalf][ioncrew2]"
if(4) //It is Y of abstracts
message = "THE [ioncrew1] [ionthinksof] [ionabstract]"

Expand Down

0 comments on commit 92d2fae

Please sign in to comment.