Skip to content

Commit

Permalink
trade destinations removal
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jul 18, 2024
1 parent 2a78285 commit 7679a3e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 116 deletions.
110 changes: 0 additions & 110 deletions code/modules/economy/TradeDestinations.dm

This file was deleted.

5 changes: 0 additions & 5 deletions code/modules/economy/economy_misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ GLOBAL_VAR_INIT(economy_init, FALSE)
if(GLOB.economy_init)
return 2

for(var/loc_type in typesof(/datum/trade_destination) - /datum/trade_destination)
var/datum/trade_destination/D = new loc_type
GLOB.weighted_randomevent_locations[D] = length(D.viable_random_events)
GLOB.weighted_mundaneevent_locations[D] = length(D.viable_mundane_events)

create_station_account()

create_department_account("Vendor")
Expand Down
1 change: 0 additions & 1 deletion colonialmarines.dme
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,6 @@
#include "code\modules\economy\cash.dm"
#include "code\modules\economy\economy_misc.dm"
#include "code\modules\economy\EFTPOS.dm"
#include "code\modules\economy\TradeDestinations.dm"
#include "code\modules\emoji\emoji_parse.dm"
#include "code\modules\escape_menu\admin_buttons.dm"
#include "code\modules\escape_menu\details.dm"
Expand Down

0 comments on commit 7679a3e

Please sign in to comment.