tinytweaks (#6206)

* tinytweaks

* 5 != 2

* smfix

* requested changes + fixes exploit from 6212

* it compiled and worked anyway but go off i guess travis

* requested changes
This commit is contained in:
mistyLuminescence
2019-06-21 22:06:44 +01:00
committed by Anewbe
parent 6a86783e32
commit 0d51ea81d5
15 changed files with 146 additions and 35 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