mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Fix Fugu applying wall tearer element to the wrong thing [MDB IGNORE] (#25974)
* Fix Fugu applying wall tearer element to the wrong thing (#80739) ## About The Pull Request Don't put the element on the item itself, put it on the thing it's being applied to ## Changelog 🆑 Melbert fix: Fixed Fugu Gland applying to mobs incorrectly /🆑 * Fix Fugu applying wall tearer element to the wrong thing --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,6 @@
|
||||
animal.melee_damage_lower = max((animal.melee_damage_lower * 2), 10)
|
||||
animal.melee_damage_upper = max((animal.melee_damage_upper * 2), 10)
|
||||
animal.transform *= 2
|
||||
AddElement(/datum/element/wall_tearer)
|
||||
animal.AddElement(/datum/element/wall_tearer)
|
||||
to_chat(user, span_info("You increase the size of [animal], giving [animal.p_them()] a surge of strength!"))
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user