mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -541,7 +541,7 @@
|
||||
|
||||
// snowflake checks my beloved
|
||||
// this will become tooltype checks I swear
|
||||
if(!istype(I, /obj/item/circular_saw) && !istype(I, /obj/item/chainsaw) && !istype(I, /obj/item/butcher_chainsaw))
|
||||
if(!istype(I, /obj/item/circular_saw) && !istype(I, /obj/item/chainsaw))
|
||||
return
|
||||
|
||||
user.visible_message(
|
||||
|
||||
Reference in New Issue
Block a user