mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
ZTA -> ZAT Spellcheck (#19043)
For the longest time the Leviathan ZAT has been incorrectly labeled as ZTA. This sweeps through all instances and renames it back to ZAT.  --------- Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
This commit is contained in:
@@ -191,11 +191,11 @@
|
||||
else
|
||||
..()
|
||||
|
||||
/obj/item/folder/envelope/zta
|
||||
/obj/item/folder/envelope/zat
|
||||
name = "leviathan zero-point artillery instructions"
|
||||
desc = "A small envelope with \"SCC CONFIDENTIAL\" written in bold text on the front."
|
||||
|
||||
/obj/item/folder/envelope/zta/Initialize()
|
||||
/obj/item/folder/envelope/zat/Initialize()
|
||||
. = ..()
|
||||
var/obj/item/paper/R = new(src)
|
||||
R.set_content("leviathan zero-point artillery instructions", "<table><cell><hr><small><center><img src=scclogo.png><br><b>Stellar Corporate Conglomerate<br> \
|
||||
|
||||
Reference in New Issue
Block a user