diff --git a/code/modules/blob/blob.dm b/code/modules/blob/blob.dm index 88f04e1924..d52e6a256e 100644 --- a/code/modules/blob/blob.dm +++ b/code/modules/blob/blob.dm @@ -3,7 +3,8 @@ name = "blob" icon = 'icons/mob/blob.dmi' icon_state = "blob" - light_range = 3 + light_range = 2 + light_color = "#b5ff5b" desc = "Some blob creature thingy" density = 1 opacity = 0 @@ -149,6 +150,8 @@ name = "blob core" icon = 'icons/mob/blob.dmi' icon_state = "blob_core" + light_range = 3 + light_color = "#ffc880" maxHealth = 200 brute_resist = 2 fire_resist = 2 @@ -176,6 +179,7 @@ name = "strong blob" icon = 'icons/mob/blob.dmi' icon_state = "blob_idle" + light_range = 3 desc = "Some blob creature thingy" maxHealth = 60 brute_resist = 1