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:
GinjaNinja32
2015-05-23 16:15:04 +01:00
parent 7c451f4e02
commit 3fb3a18f05
3 changed files with 27 additions and 32 deletions

View File

@@ -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"\