mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Increases price & amount of stolen packages in crate (#19352)
* Increases price & amount of stolen packages in crate * Reduce stolen package quantity in supply crate
This commit is contained in:
@@ -122,8 +122,8 @@
|
||||
/datum/supply_pack/supply/stolen
|
||||
name = "Stolen supply crate"
|
||||
desc = "ERR: NO DATA!"
|
||||
contains = list(/obj/item/stolenpackage = 1)
|
||||
cost = 150
|
||||
contains = list(/obj/item/stolenpackage = 2)
|
||||
cost = 200
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "Stolen crate"
|
||||
contraband = 1
|
||||
|
||||
Reference in New Issue
Block a user