Crab Rangoon knows where its sprite is again (#71743)

## About The Pull Request

fixes #71736 
someone moved the crab rangoon sprite out of the huge food dmi into meat
but didnt change the code

crab rangoon doesnt feel like a meat dish so i didnt move it into there
but if thats what would be better its pretty trivial to do that

## Why It's Good For The Game

missing sprites bad

## Changelog

🆑
fix: crab rangoon is not invisible
/🆑
This commit is contained in:
Sol N
2022-12-06 09:01:15 -08:00
committed by GitHub
parent 5c18606d9b
commit dd85fca83d
+1
View File
@@ -659,6 +659,7 @@
/obj/item/food/crab_rangoon
name = "Crab Rangoon"
desc = "Has many names, like crab puffs, cheese won'tons, crab dumplings? Whatever you call them, they're a fabulous blast of cream cheesy crab."
icon = 'icons/obj/food/meat.dmi'
icon_state = "crabrangoon"
food_reagents = list(/datum/reagent/consumable/nutriment = 5, /datum/reagent/consumable/nutriment/protein = 7, /datum/reagent/consumable/nutriment/vitamin = 5)
w_class = WEIGHT_CLASS_SMALL