mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
@@ -2022,6 +2022,23 @@
|
||||
name = "neaera cube"
|
||||
monkey_type = SPECIES_MONKEY_SKRELL
|
||||
|
||||
// Pet cubes!
|
||||
/obj/item/reagent_containers/food/snacks/monkeycube/pet
|
||||
var/pet_path = null
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/monkeycube/pet/wrapped
|
||||
desc = "Still wrapped in some paper."
|
||||
icon_state = "monkeycubewrap"
|
||||
flags = 0
|
||||
wrapped = 1
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/monkeycube/pet/Expand()
|
||||
src.visible_message("<b>\The [src]</b> expands!")
|
||||
if(pet_path)
|
||||
new pet_path(get_turf(src))
|
||||
qdel(src)
|
||||
return 1
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/spellburger
|
||||
name = "Spell Burger"
|
||||
desc = "This is absolutely Ei Nath."
|
||||
|
||||
Reference in New Issue
Block a user