[LORE] Replaces all uses of the word "intergalactic" in code (#28203)

* begone

* Update SSshuttles.dm

* Update mail.dm
This commit is contained in:
PopeDaveThe3th
2025-02-09 22:02:09 -05:00
committed by GitHub
parent 4e7b0e641c
commit 3ace66e481
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ SUBSYSTEM_DEF(shuttle)
for(var/obj/machinery/requests_console/console in GLOB.allRequestConsoles)
if(console.department != "Cargo Bay")
continue
console.createMessage("Messaging and Intergalactic Letters", "New Mail Crates ready to be ordered!", "A new mail crate is able to be shipped alongside your next orders!", RQ_NORMALPRIORITY)
console.createMessage("Nanotrasen Mail and Interstellar Logistics", "New Mail Crates ready to be ordered!", "A new mail crate is able to be shipped alongside your next orders!", RQ_NORMALPRIORITY)
if(!length(supply_shuttle_turfs))
for(var/turf/simulated/T in supply.areaInstance)