-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Black Market Trader redesign, now with trading structure! (#2926)
* Push 1 * 2 * Update tgstation.dme * 4 * 3 * id? * 5 * guess those ruin doors cant have ID's? * Update blackmarket.dmm * Update blackmarket.dmm * i may be slightly stupid * tweaks with proper paycheck for ghosts * 1 more power cable * Update blackmarket.dmm * doors got stupid * s p a c e Co-authored-by: Zergspower <[email protected]>
- Loading branch information
1 parent
c471a2d
commit 9b09d24
Showing
14 changed files
with
1,862 additions
and
1,104 deletions.
There are no files selected for viewing
1,674 changes: 1,159 additions & 515 deletions
1,674
_maps/RandomRuins/SpaceRuins/nova/blackmarket.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
modular_nova/master_files/code/modules/jobs/job_types/spawner/blackmarket.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/datum/job/blackmarket | ||
title = ROLE_BLACK_MARKET_DEALER | ||
policy_index = ROLE_BLACK_MARKET_DEALER | ||
paycheck = PAYCHECK_ZERO |
1 change: 1 addition & 0 deletions
1
modular_nova/master_files/code/modules/jobs/job_types/spawner/ds2.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/datum/job/ds2 | ||
title = ROLE_DS2 | ||
policy_index = ROLE_DS2 | ||
paycheck = PAYCHECK_ZERO |
1 change: 1 addition & 0 deletions
1
modular_nova/master_files/code/modules/jobs/job_types/spawner/freighter_crew.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/datum/job/freighter_crew | ||
title = ROLE_FREIGHTER_CREW | ||
policy_index = ROLE_FREIGHTER_CREW | ||
paycheck = PAYCHECK_ZERO |
1 change: 1 addition & 0 deletions
1
modular_nova/master_files/code/modules/jobs/job_types/spawner/ghostcafe.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/datum/job/ghostcafe | ||
title = ROLE_GHOST_CAFE | ||
policy_index = ROLE_GHOST_CAFE | ||
paycheck = PAYCHECK_ZERO |
2 changes: 2 additions & 0 deletions
2
modular_nova/master_files/code/modules/jobs/job_types/spawner/interdyne_planetary_base.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
/datum/job/interdyne_planetary_base | ||
title = ROLE_INTERDYNE_PLANETARY_BASE | ||
policy_index = ROLE_INTERDYNE_PLANETARY_BASE | ||
paycheck = PAYCHECK_ZERO | ||
|
||
/datum/job/interdyne_planetary_base_icebox | ||
title = ROLE_INTERDYNE_PLANETARY_BASE_ICEBOX | ||
policy_index = ROLE_INTERDYNE_PLANETARY_BASE_ICEBOX | ||
paycheck = PAYCHECK_ZERO |
1 change: 1 addition & 0 deletions
1
modular_nova/master_files/code/modules/jobs/job_types/spawner/tarkon.dm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/datum/job/tarkon | ||
title = ROLE_PORT_TARKON | ||
policy_index = ROLE_PORT_TARKON | ||
paycheck = PAYCHECK_ZERO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters