mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Fixes contraband maybe for real this time (#588)
* Fixes contraband crate * Fixes contraband maybe for real this time * wrong name
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
/datum/supply_packs/stolen
|
||||
name = "Stolen supplies"
|
||||
contains = list(/obj/item/stolenpackage)
|
||||
/datum/supply_packs/supply/stolen
|
||||
name = "Stolen supply crate"
|
||||
contains = list(/obj/item/stolenpackage = 1)
|
||||
cost = 150
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "Stolen crate"
|
||||
contraband = 1
|
||||
group = "Supplies"
|
||||
contraband = 1
|
||||
Reference in New Issue
Block a user