tinytweaks

This commit is contained in:
mistyLuminescence
2019-06-21 22:06:44 +01:00
committed by VirgoBot
parent 1551077cf8
commit 711e807d32
15 changed files with 466 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ var/list/blob_cores = list()
icon = 'icons/mob/blob.dmi'
icon_state = "blank_blob"
desc = "A huge, pulsating yellow mass."
density = TRUE //bandaid fix for PolarisSS13/6173
max_integrity = 150
point_return = -1
health_regen = 0 //we regen in Life() instead of when pulsed