mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
Fix for experimental weapon's crates, they had a mismatched item path and were throwing off any other crates ordered with them.
Thanks to Blaank for finding this! git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2476 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -429,8 +429,7 @@
|
||||
"/obj/item/weapon/tank/plasma",
|
||||
"/obj/item/weapon/chem_grenade/incendiary",
|
||||
"/obj/item/weapon/chem_grenade/incendiary",
|
||||
"/obj/item/weapon/chem_grenade/incendiary",
|
||||
"/obj/item/clothing/gloves/stungloves")
|
||||
"/obj/item/weapon/chem_grenade/incendiary")
|
||||
cost = 25
|
||||
containertype = "/obj/structure/crate/secure/weapon"
|
||||
containername = "Experimental weapons crate"
|
||||
|
||||
Reference in New Issue
Block a user