Removes duplicate definitions in types (#25702)

* Removes duplicate definitions

* One more
This commit is contained in:
DGamerL
2024-06-06 18:56:03 +00:00
committed by GitHub
parent ac5a4dfe11
commit 37ffe943e4
33 changed files with 13 additions and 49 deletions
+1 -2
View File
@@ -32,10 +32,9 @@
/obj/item/grown/nettle
name = "nettle"
desc = "It's probably <B>not</B> wise to touch it with bare hands..."
icon = 'icons/obj/items.dmi'
icon = 'icons/obj/weapons/melee.dmi'
lefthand_file = 'icons/mob/inhands/weapons_lefthand.dmi'
righthand_file = 'icons/mob/inhands/weapons_righthand.dmi'
icon = 'icons/obj/weapons/melee.dmi'
icon_state = "nettle"
damtype = "fire"
force = 15