12c830d66c
can probably just move this to the real organs file later, didn't want to forget about it
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
|
|
/obj/item/organ/stomach
|
|
name = "stomach"
|
|
icon_state = "stomach"
|
|
zone = "chest"
|
|
slot = "stomach"
|
|
w_class = 3
|
|
|
|
/obj/item/organ/stomach/prepare_eat()
|
|
var/obj/S = ..()
|
|
S.reagents.add_reagent("sacid", 2)
|
|
return S |