removes the remaining datum redeclares (#25220)

* removes the remaining datum redeclares

* the two fixes

* finneee contra

* OK CONTRA

* readd

* CURSED TO BE BROWN!

* facking automerge
This commit is contained in:
GDN
2024-04-21 18:26:35 +00:00
committed by GitHub
parent f83ef617e9
commit 9e6dcf9c46
53 changed files with 105 additions and 478 deletions
@@ -188,15 +188,6 @@
/obj/item/organ/internal/proc/render()
return
/obj/item/food/snacks/organ
name = "appendix"
icon_state = "appendix"
icon = 'icons/obj/surgery.dmi'
/obj/item/food/snacks/organ/Initialize(mapload)
. = ..()
reagents.add_reagent("nutriment", 5)
/obj/item/organ/internal/attack(mob/living/carbon/M, mob/user)
if(M == user && ishuman(user))
var/mob/living/carbon/human/H = user