Skip to content

Commit

Permalink
Increase Drill Mission Value (#4071)
Browse files Browse the repository at this point in the history
## About The Pull Request

As title. Pairs with #4069 

## Why It's Good For The Game

avoid the problem of creating a money sink.

## Changelog

:cl:
balance: drill missions now pay more money.
/:cl:
  • Loading branch information
Erikafox authored Jan 26, 2025
1 parent 0eccf86 commit 01ca3b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/overmap/missions/drill_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@

/datum/mission/drill/classtwo
name = "Class 2 core sample mission"
value = 3500
value = 4500
weight = 6
class_wanted = 2
num_wanted = 6

/datum/mission/drill/classthree
name = "Class 3 core sample mission"
value = 5000
value = 8000
weight = 4
duration = 100 MINUTES
class_wanted = 3
Expand Down

0 comments on commit 01ca3b2

Please sign in to comment.