mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-11 09:52:09 +00:00
Remember if your scrolling though the list and something is unchecked it should almost certainly be checked. Simple animals moved over to the actual mob code area and out of the defines. r2868 Also added a bunch of files I forgot.
23 lines
532 B
Plaintext
23 lines
532 B
Plaintext
/obj/item/weapon/reagent_containers/food/snacks/meat
|
|
name = "meat"
|
|
desc = "A slab of meat"
|
|
icon_state = "meat"
|
|
health = 180
|
|
New()
|
|
..()
|
|
reagents.add_reagent("nutriment", 3)
|
|
src.bitesize = 3
|
|
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/meat/syntiflesh
|
|
name = "synthetic meat"
|
|
desc = "A synthetic slab of flesh."
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/meat/human
|
|
name = "-meat"
|
|
var/subjectname = ""
|
|
var/subjectjob = null
|
|
|
|
|
|
/obj/item/weapon/reagent_containers/food/snacks/meat/monkey
|
|
//same as plain meat |