adds a log to solar grubs E X P A N D I N G

mostly because this might be important to have

Also I didn't test this because I am at work so it will either work or it won't or it will delete everyone's left arm for no discernible reason
This commit is contained in:
TankTheBirb
2023-09-11 11:19:30 -04:00
parent b8b56174ac
commit 5c4816d537
@@ -175,6 +175,7 @@ var/global/list/grub_machine_overlays = list()
/mob/living/simple_mob/animal/solargrub_larva/proc/expand_grub()
eject_from_machine()
visible_message("<span class='warning'>\The [src] suddenly balloons in size!</span>")
log_game("A larva has matured into a grub in area [src.loc.name] ([src.x],[src.y],[src.z]")
var/mob/living/simple_mob/vore/solargrub/adult = new(get_turf(src))
adult.tracked = tracked
// grub.power_drained = power_drained //TODO