mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Fix storing several recently-migrated items. (#32383)
* Fix storing light replacers, handheld defibs. * Apply suggestion from CRUNCH review. * Fix similar mishap in body analyzer, flash, gas analyzer, laser pointer, garrote, evidence bag, and organ extractor.
This commit is contained in:
@@ -55,8 +55,8 @@
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
|
||||
/obj/item/garrote/interact_with_atom(mob/living/carbon/human/target, mob/living/carbon/human/user, list/modifiers)
|
||||
if(..())
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
if(!ismob(target))
|
||||
return NONE
|
||||
|
||||
if(garrote_time > world.time) // Cooldown.
|
||||
return ITEM_INTERACT_COMPLETE
|
||||
|
||||
Reference in New Issue
Block a user