mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
@@ -28,4 +28,4 @@
|
||||
if(!land_target)
|
||||
kill()
|
||||
|
||||
new /datum/random_map/droppod/supply(null, land_target.x-2, land_target.y-2, land_target.z, supplied_drops = list(/obj/structure/ghost_pod/manual/lost_drone/dogborg))
|
||||
new /datum/random_map/droppod/supply(null, land_target.x-2, land_target.y-2, land_target.z, supplied_drops = list(/obj/structure/ghost_pod/manual/lost_drone/dogborg))
|
||||
|
||||
@@ -31,4 +31,4 @@
|
||||
|
||||
// Overmap version
|
||||
/datum/event/dust/overmap/announce()
|
||||
return
|
||||
return
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -19,4 +19,4 @@
|
||||
kill() // To prevent fake announcements
|
||||
return
|
||||
|
||||
new /obj/structure/ghost_pod/ghost_activated/morphspawn(get_turf(spawnspot))
|
||||
new /obj/structure/ghost_pod/ghost_activated/morphspawn(get_turf(spawnspot))
|
||||
|
||||
@@ -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