mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Merge pull request #2487 from Ketrai/patch-8
Makes it solargrub larva produce solargrub meat.
This commit is contained in:
@@ -10,6 +10,9 @@ var/global/list/grub_machine_overlays = list()
|
||||
|
||||
health = 5
|
||||
maxHealth = 5
|
||||
|
||||
meat_amount = 2
|
||||
meat_type = /obj/item/weapon/reagent_containers/food/snacks/meat/grubmeat
|
||||
|
||||
faction = "grubs"
|
||||
|
||||
@@ -250,4 +253,4 @@ var/global/list/grub_machine_overlays = list()
|
||||
grub.eject_from_machine(O)
|
||||
to_chat(user, "<span class='warning'>You disturb a grub nesting in \the [O]!</span>")
|
||||
return
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user