mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
committed by
Leo
parent
c732886a5a
commit
7ee46f5451
@@ -215,6 +215,9 @@
|
||||
/obj/item/weapon/reagent_containers/food/snacks/proc/initialize_slice(obj/item/weapon/reagent_containers/food/snacks/slice, reagents_per_slice)
|
||||
slice.create_reagents(slice.volume)
|
||||
reagents.trans_to(slice,reagents_per_slice)
|
||||
if( name != initial(name) || desc != initial(desc) )
|
||||
slice.name = "slice of [src]"
|
||||
slice.desc = "[desc]"
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/proc/generate_trash(atom/location)
|
||||
if(trash)
|
||||
|
||||
Reference in New Issue
Block a user