mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Update rpd.dm (#30973)
Co-authored-by: Fordoxia <143041327+Fordoxia@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user