From 0042517af9dce8385a6a1cbb843ed9bdbcdf3e54 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 20 Jan 2018 10:47:26 -0500 Subject: [PATCH] Merge pull request #34649 from ShizCalev/spider-nutriment-typo Fixes spider reagents typo --- code/modules/food_and_drinks/food/snacks_other.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/food/snacks_other.dm b/code/modules/food_and_drinks/food/snacks_other.dm index 9691eee144..9398ec2bfe 100644 --- a/code/modules/food_and_drinks/food/snacks_other.dm +++ b/code/modules/food_and_drinks/food/snacks_other.dm @@ -193,7 +193,7 @@ name = "spiderling" desc = "It's slightly twitching in your hand. Ew..." icon_state = "spiderling" - list_reagents = list("nutrient" = 1, "toxin" = 4) + list_reagents = list("nutriment" = 1, "toxin" = 4) filling_color = "#00800" tastes = list("cobwebs" = 1, "guts" = 2) foodtype = MEAT | TOXIC