mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user