This commit is contained in:
TrilbySpaceClone
2019-08-28 21:18:51 -04:00
parent 0e5ddc88c1
commit d37cb76f42
5 changed files with 257 additions and 121 deletions
+2 -2
View File
@@ -29,8 +29,8 @@
/datum/bounty/more_bounties
name = "More Bounties"
description = "Complete enough bounties and CentCom will issue new ones!"
reward = 3 // number of bounties
var/required_bounties = 8
reward = 8 // number of bounties
var/required_bounties = 3
/datum/bounty/more_bounties/can_claim()
return ..() && completed_bounty_count() >= required_bounties