mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 05:23:01 +00:00
Sprites for food from http://ss13.zlofenix.org/index.php?title=User:Farart
New: - meat pie Redrawn: - carrot cake - cheesecake - kabob - loaded baked potato - omelette - pie - plain cake git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1221 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1764,10 +1764,10 @@
|
||||
reagents.add_reagent("nutriment", 4)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/humeatpie
|
||||
name = "-pie"
|
||||
name = "Meat-pie"
|
||||
var/hname = ""
|
||||
var/job = null
|
||||
icon_state = "pie" //placeholder
|
||||
icon_state = "meatpie"
|
||||
desc = "A delicious meatpie."
|
||||
New()
|
||||
..()
|
||||
@@ -1776,7 +1776,7 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/momeatpie
|
||||
name = "Meat-pie"
|
||||
icon_state = "pie"
|
||||
icon_state = "meatpie"
|
||||
desc = "A delicious meatpie."
|
||||
New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user