Skip to content

Commit ba58b52

Browse files
oops
1 parent 713554e commit ba58b52

File tree

1 file changed

+1
-1
lines changed
  • code/modules/reagents/reagent_containers/food

1 file changed

+1
-1
lines changed

code/modules/reagents/reagent_containers/food/snacks.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6411,11 +6411,11 @@
64116411
name = "frog leg"
64126412
desc = "A thick, delicious legionnaire frog leg, its taste and texture resemble chicken."
64136413
icon_state = "frog_leg"
6414-
poisonsacs=/obj/item/weapon/reagent_containers/food/snacks/frog_poison_gland
64156414
bitesize=6 //bigger so you still eat it in 3 bites.
64166415

64176416
/obj/item/weapon/reagent_containers/food/snacks/meat/frog_leg_poison/New()
64186417
..()
6418+
poisonsacs = new /obj/item/weapon/reagent_containers/food/snacks/frog_poison_gland
64196419
reagents.add_reagent(CARPOTOXIN, 6)
64206420
reagents.add_reagent(TOXIN, 6)
64216421

0 commit comments

Comments
 (0)