Merge pull request #3611 from Belsima/vests

Makes blob light green and dim.
This commit is contained in:
Anewbe
2017-07-19 12:49:06 -05:00
committed by GitHub

View File

@@ -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