mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #2565 from SpadesNeil/supply-crates
Fixes supplypacks.dm invalid group
This commit is contained in:
@@ -34,7 +34,7 @@ var/list/all_supply_groups = list("Atmospherics",
|
||||
var/access = null
|
||||
var/hidden = 0
|
||||
var/contraband = 0
|
||||
var/group = "Operations"
|
||||
var/group = "Miscellaneous"
|
||||
|
||||
/datum/supply_packs/New()
|
||||
manifest += "<ul>"
|
||||
|
||||
Reference in New Issue
Block a user