mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
adds organs.dm to code/citadel
can probably just move this to the real organs file later, didn't want to forget about it
This commit is contained in:
12
code/citadel/organs.dm
Normal file
12
code/citadel/organs.dm
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
/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
|
||||
Reference in New Issue
Block a user