mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] up ports incorp and proximity handling (#10266)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f84c502d2c
commit
3444e3e21d
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user