[MIRROR] up ports incorp and proximity handling (#10266)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-01 18:30:16 -07:00
committed by GitHub
parent f84c502d2c
commit 3444e3e21d
55 changed files with 516 additions and 641 deletions

View File

@@ -785,7 +785,7 @@ GLOBAL_LIST_EMPTY(vending_products)
if(!target)
return 0
if(target.is_incorporeal()) // CHOMPADD - Don't shoot at things that aren't there.
if(target.is_incorporeal()) // Don't shoot at things that aren't there.
return 0
for(var/datum/stored_item/vending_product/R in shuffle(product_records))