Fix and refactor of chainsaws (#28893)

* code improvements

* linters

* oh

* Update spellblade.dm

* Update spellblade.dm

* Update melee.dm

* melee's death

* update paths

* Update code/game/objects/items/weapons/melee/melee.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: kyunkyunkyun <120701975+kyunkyunkyun@users.noreply.github.com>

* fix icon states

---------

Signed-off-by: kyunkyunkyun <120701975+kyunkyunkyun@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
kyunkyunkyun
2025-07-23 17:32:47 +00:00
committed by GitHub
co-authored by Luc
parent 175cfa60a1
commit 75202c986e
20 changed files with 628 additions and 682 deletions
+2 -1
View File
@@ -149,7 +149,8 @@
victim.drop_l_hand()
victim.drop_r_hand()
victim.put_in_hands(chainsaw)
chainsaw.attack_self__legacy__attackchain(victim)
chainsaw.activate_self(victim)
victim.regenerate_icons()
victim.reagents.add_reagent("adminordrazine", 25)
victim.flash_screen_color(red_splash, 10)