From c5476daeec5478a8bfb9e0323ff6dce9bbeb81cb Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Fri, 8 Oct 2021 23:51:34 +0200 Subject: [PATCH] revert --- code/modules/events/pirates.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/pirates.dm b/code/modules/events/pirates.dm index 7d1ae2642e..f9ad5d6322 100644 --- a/code/modules/events/pirates.dm +++ b/code/modules/events/pirates.dm @@ -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 = 10000 + var/payoff_min = 1000 var/ship_template var/ship_name = "Space Privateers Association" var/initial_send_time = world.time