mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-07 07:52:29 +00:00
Supply shuttle and crate fixes
- Supply point generation no longer increases over time, leading to a total of around 45000 points generating after 150 minutes - Supply packs can have access set as either a number or a list; either is transferred to crates' req_access var correctly - Non-secure reagent cartridge crates no longer use secure crates - Closet/crate examine now calls ..() in all circumstances, not just when the user is more than one tile away - Possibly more I can't remember
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
_tname {\
|
||||
name = _name ;\
|
||||
containername = _cname ;\
|
||||
containertype = /obj/structure/closet/crate/secure;\
|
||||
containertype = /obj/structure/closet/crate;\
|
||||
cost = _cost ;\
|
||||
contains = list( _type , _type );\
|
||||
group = "Reagent Cartridges"\
|
||||
|
||||
Reference in New Issue
Block a user