mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 03:52:52 +00:00
Amendment to chemistry beaker range fix.
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
afterattack(obj/target, mob/user , flag)
|
||||
|
||||
if (!is_open_container() || get_dist(get_turf(src),get_turf(target))>1)
|
||||
if (!is_open_container() || !flag)
|
||||
return
|
||||
|
||||
for(var/type in src.can_be_placed_into)
|
||||
|
||||
Reference in New Issue
Block a user