We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713554e commit ba58b52Copy full SHA for ba58b52
code/modules/reagents/reagent_containers/food/snacks.dm
@@ -6411,11 +6411,11 @@
6411
name = "frog leg"
6412
desc = "A thick, delicious legionnaire frog leg, its taste and texture resemble chicken."
6413
icon_state = "frog_leg"
6414
- poisonsacs=/obj/item/weapon/reagent_containers/food/snacks/frog_poison_gland
6415
bitesize=6 //bigger so you still eat it in 3 bites.
6416
6417
/obj/item/weapon/reagent_containers/food/snacks/meat/frog_leg_poison/New()
6418
..()
+ poisonsacs = new /obj/item/weapon/reagent_containers/food/snacks/frog_poison_gland
6419
reagents.add_reagent(CARPOTOXIN, 6)
6420
reagents.add_reagent(TOXIN, 6)
6421
0 commit comments