mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Stop making pipes (#19271)
This commit is contained in:
@@ -249,6 +249,10 @@
|
||||
|
||||
/obj/item/rpd/afterattack(atom/target, mob/user, proximity)
|
||||
..()
|
||||
if(isstorage(target))
|
||||
var/obj/item/storage/S = target
|
||||
if(!S.can_be_inserted(src, stop_messages = TRUE))
|
||||
return
|
||||
if(loc != user)
|
||||
return
|
||||
if(!proximity && !ranged)
|
||||
|
||||
Reference in New Issue
Block a user