BeeStation / NSV13

NSV13, a Ship-to-ship Combat SS13 Server
GNU Affero General Public License v3.0
118 stars 255 forks source link

Fixes nucleium engine turfs not working #2613

Closed DeltaFire15 closed 6 months ago

DeltaFire15 commented 7 months ago

About The Pull Request

Soooo it appears someone or a few someones write "Nucleium" as "Nucleum", which has led to a few broken things, including a bunch of runtimes during atmos init for any ship with floors that are supposed to have nucleium, since.. nucleum doesn't exist.

This replaces every single mention of "nucleum" on any map / code with "nucleium" as I could just adjust the few lines that runtime, but keeping it that way would ensure someone reads an incorrect line & creates the same situation again.

Why It's Good For The Game

Fix man good.

Testing Photographs and Procedure

. .. .

Changelog

:cl: fix: Nucleium engine turfs now work. As may some other map cases of "nucleum" being used as incorrect term. spellcheck: "nucleum" -> "nucleium" /:cl: