mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 21:43:22 +00:00
Fixes #4058
This commit is contained in:
@@ -66,7 +66,8 @@
|
||||
update_icon()
|
||||
|
||||
afterattack(obj/target, mob/user , flag)
|
||||
if (!is_open_container())
|
||||
|
||||
if (!is_open_container() || get_dist(get_turf(src),get_turf(target))>1)
|
||||
return
|
||||
|
||||
for(var/type in src.can_be_placed_into)
|
||||
|
||||
Reference in New Issue
Block a user