Skip to content

Commit

Permalink
functioning bounties
Browse files Browse the repository at this point in the history
  • Loading branch information
generalthrax committed Sep 3, 2024
1 parent 021f70b commit 39cccce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/modules/overmap/missions/acquire_mission.dm
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ Acquire: Anomaly
value = 3000
duration = 100 MINUTES
dur_mod_range = 0.2
container_type =
objective_type =
container_type = /obj/item/storage/toolbox/bounty/hunt
objective_type = /obj/item/clothing/neck/dogtag
num_wanted = 3

/datum/mission/acquire/bounty/ramzi
Expand All @@ -245,8 +245,8 @@ Acquire: Anomaly
value = 4000
duration = 120 MINUTES
dur_mod_range = 0.1
container_type =
objective_type =
container_type = /obj/item/storage/toolbox/bounty/hunt
objective_type = /obj/item/clothing/neck/dogtag/ramzi
num_wanted = 3

/datum/mission/acquire/salvage
Expand All @@ -256,8 +256,8 @@ Acquire: Anomaly
value = 4000
duration = 80 MINUTES
dur_mod_range = 0.3
container_type =
objective_type =
container_type = /obj/item/storage/toolbox/bounty/salvage
objective_type = /obj/item/circuitboard/machine/protolathe
num_wanted = 1

/*
Expand Down

0 comments on commit 39cccce

Please sign in to comment.