Skip to content

Commit

Permalink
hrm
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jan 20, 2025
1 parent 1061576 commit 86b7b75
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion code/modules/missions/landmark.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
///Grabbed as apart of late init to ensure that the item of intrest cant move
var/datum/weakref/prespawned_weakref
///Only needed if you have multipe missiosn that would otherwise use the same poi's
var/mission_index = null
var/mission_index = 1
///Prefered over the passed one, used for varediting primarly.
var/type_to_spawn

Expand Down
6 changes: 0 additions & 6 deletions code/modules/unit_tests/ruin_placement.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@
ruin.height
)

var/dynamic_missions = list()
for(var/datum/mission/ruin/mission_type in ruin.dynamic_mission_types)
var/datum/mission/ruin/new_mission = new mission_type(src, 1 + length(dynamic_missions))
dynamic_missions += new_mission
new_mission.start_mission()

ruin.load(vlevel.get_unreserved_bottom_left_turf())

var/list/errors = atmosscan(TRUE, TRUE)
Expand Down

0 comments on commit 86b7b75

Please sign in to comment.