mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 14:33:10 +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:
@@ -37,10 +37,7 @@
|
||||
|
||||
|
||||
/obj/structure/closet/examine(mob/user)
|
||||
if(get_dist(src, user) > 1)
|
||||
return ..(user)
|
||||
|
||||
if(opened)
|
||||
if(..(user, 1) && !opened)
|
||||
var/content_size = 0
|
||||
for(var/obj/item/I in src.contents)
|
||||
if(!I.anchored)
|
||||
|
||||
Reference in New Issue
Block a user