mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] end of file Fix (#10355)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2af001e7e5
commit
65f21fb1d3
@@ -32,4 +32,4 @@
|
||||
|
||||
//YW Addition: Adding named landmark for events
|
||||
/obj/effect/landmark/event_spawn/dronepod_landing
|
||||
name = "droppod_landing"
|
||||
name = "droppod_landing"
|
||||
|
||||
@@ -74,4 +74,4 @@
|
||||
|
||||
// Overmap version
|
||||
/datum/event/electrical_storm/overmap/announce()
|
||||
return
|
||||
return
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
if(!(neighbor in frontier_set) && !(neighbor in explored_set))
|
||||
frontier_set += neighbor
|
||||
return result_set
|
||||
|
||||
|
||||
|
||||
|
||||
/datum/event/window_break/start()
|
||||
|
||||
Reference in New Issue
Block a user