Skip to content

Commit

Permalink
Fixes contraband maybe for real this time (PolarisSS13#588)
Browse files Browse the repository at this point in the history
* Fixes contraband crate

* Fixes contraband maybe for real this time

* wrong name
  • Loading branch information
SpadesNeil committed Sep 25, 2016
1 parent 37a1bce commit 2a1d84f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions code/datums/supplypacks/contraband_vr.dm
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2a1d84f

Please sign in to comment.