Skip to content

Commit 6b9e2cf

Browse files
authored
bugfix: Органы больше не токсичят (#6673)
Органы больше не токсичят
1 parent 28393e4 commit 6b9e2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/surgery/organs/organ_internal.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
)
203203
icon_state = "appendix"
204204
icon = 'icons/obj/surgery.dmi'
205-
list_reagents = list("nutriment" = 5, "toxin" = 5)
205+
list_reagents = list("nutriment" = 5)
206206

207207

208208
/obj/item/organ/internal/attack(mob/living/carbon/human/target, mob/living/user, params, def_zone, skip_attack_anim = FALSE)

0 commit comments

Comments
 (0)