From d33132b0adb4c5837775838a1533b60b61e8e9ed Mon Sep 17 00:00:00 2001 From: Belsima Date: Tue, 18 Jul 2017 12:12:03 -0400 Subject: [PATCH 1/2] Makes blob light green and dim. --- code/modules/blob/blob.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/blob/blob.dm b/code/modules/blob/blob.dm index 88f04e1924..acca638551 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 From 3047b9285c0443717e55536c9901da5bfe2704e7 Mon Sep 17 00:00:00 2001 From: Belsima Date: Wed, 19 Jul 2017 10:08:57 -0400 Subject: [PATCH 2/2] Changes blob core lighting. --- code/modules/blob/blob.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/blob/blob.dm b/code/modules/blob/blob.dm index acca638551..d52e6a256e 100644 --- a/code/modules/blob/blob.dm +++ b/code/modules/blob/blob.dm @@ -150,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 @@ -177,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