Merge pull request #15258 from keronshb/pirate10k

Raises Pirate pay rate back to 10000 again.
This commit is contained in:
Lin
2021-10-24 15:09:03 -07:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@
var/pirate_type = PIRATES_ROGUES //pick(PIRATES_ROGUES, PIRATES_SILVERSCALES, PIRATES_DUTCHMAN)
var/datum/comm_message/threat_msg = new
var/payoff = 0
var/payoff_min = 1000
var/payoff_min = 10000 //documented this time
var/ship_template
var/ship_name = "Space Privateers Association"
var/initial_send_time = world.time