mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fixed fishing rod duping with poly belts and shapeshift spells. (#87706)
## About The Pull Request It turns out the "shapeshifted from spell" status ejects everything inside the shapeshifted mob when removed. That's been causing a little issue with the fishing rod from the profound_fisher component, which a few mobs have. This PR fixes just that. ## Why It's Good For The Game   ## Changelog 🆑 fix: Fixed fishing rod duping with poly belts and shapeshift spells. spellcheck: Fixed a small typo when examining fishing rods. /🆑
This commit is contained in:
@@ -985,7 +985,7 @@
|
||||
return
|
||||
gloves.AddComponent(/datum/component/adjust_fishing_difficulty, 5)
|
||||
if(equipped)
|
||||
gloves.AddComponent(/datum/component/profound_fisher, equipped)
|
||||
gloves.AddComponent(/datum/component/profound_fisher, equipped, delete_rod_when_deleted = FALSE)
|
||||
|
||||
/obj/item/mod/module/fishing_glove/on_part_deactivation(deleting = FALSE)
|
||||
var/obj/item/gloves = mod.get_part_from_slot(ITEM_SLOT_GLOVES)
|
||||
|
||||
Reference in New Issue
Block a user