mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
[MIRROR] Increases price & amount of stolen packages in crate (#12611)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
647ebeee80
commit
f8535ce5b4
@@ -145,8 +145,8 @@
|
||||
/datum/supply_pack/supply/stolen
|
||||
name = "Stolen supply crate"
|
||||
desc = "ERR: NO DATA!"
|
||||
contains = list(/obj/item/stolenpackage = 1)
|
||||
cost = 1000 //YW edit
|
||||
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