Update rpd.dm (#30973)

Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
CRUNCH
2025-11-16 11:52:42 +00:00
committed by GitHub
co-authored by Fordoxia
parent 01356c6a43
commit 082b5283ad
+3 -4
View File
@@ -335,13 +335,12 @@
if(isstorage(target) || ismodcontrol(target))
return NONE
if(ismob(target))
return NONE
if(world.time < lastused + spawndelay)
return ITEM_INTERACT_COMPLETE
// Use as melee weapon
if(user.a_intent == INTENT_HARM)
return NONE
var/turf/T = get_turf(target)
if(!T)
return ITEM_INTERACT_COMPLETE