[MIRROR] end of file Fix (#10355)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-11 09:58:14 -07:00
committed by GitHub
parent 2af001e7e5
commit 65f21fb1d3
472 changed files with 543 additions and 558 deletions

View File

@@ -32,4 +32,4 @@
//YW Addition: Adding named landmark for events
/obj/effect/landmark/event_spawn/dronepod_landing
name = "droppod_landing"
name = "droppod_landing"

View File

@@ -74,4 +74,4 @@
// Overmap version
/datum/event/electrical_storm/overmap/announce()
return
return

View File

@@ -7,4 +7,4 @@
engine.power_spike(80)
break // Just one engine, please.
// After that, the engine checks if a grid checker exists on the same powernet, and if so, it triggers a blackout.
// If not, lots of stuff breaks. See code/modules/power/generator.dm for that piece of code.
// If not, lots of stuff breaks. See code/modules/power/generator.dm for that piece of code.

View File

@@ -21,7 +21,6 @@
new /obj/structure/ghost_pod/ghost_activated/morphspawn(get_turf(spawnspot))
//YW Addition: Adding named landmark for events
/obj/effect/landmark/event_spawn/morphspawn
name = "morphspawn"

View File

@@ -3,4 +3,4 @@
O.ordernum = SSsupply.ordernum
O.object = SSsupply.supply_pack[pick(SSsupply.supply_pack)]
O.ordered_by = random_name(pick(MALE,FEMALE), species = SPECIES_HUMAN)
SSsupply.shoppinglist += O
SSsupply.shoppinglist += O

View File

@@ -57,7 +57,7 @@
if(!(neighbor in frontier_set) && !(neighbor in explored_set))
frontier_set += neighbor
return result_set
/datum/event/window_break/start()