mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01: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