Merge pull request #9270 from FreeStylaLT/how_uncrateful

[s] Fixes the plastic crate exploit
This commit is contained in:
Crazy Lemon
2018-07-28 12:12:41 -07:00
committed by GitHub
+2 -2
View File
@@ -1236,8 +1236,8 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
/datum/supply_packs/materials/plastic30
name = "30 Plastic Sheets Crate"
contains = list(/obj/item/stack/sheet/plastic)
amount = 50
cost = 10
amount = 30
cost = 20
containername = "plastic sheets crate"
//////////////////////////////////////////////////////////////////////////////