Commit 471b8cd8b8b7a009685ccc1cd61dd5ee6c1f139d
1 parent
d2c1810b
Fixed the Malevolent Dimensional Jelly to be correctly Malevolent
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -149,7 +149,7 @@ newEntity{ base = "BASE_NPC_JELLY", |
149 | 149 | |
150 | 150 | newEntity{ base = "BASE_NPC_JELLY", |
151 | 151 | unique = true, |
152 | - name = "Malevolent Dimensional Jelly", color=colors.VIOLET, image="npc/jelly-darkgrey.png", | |
152 | + name = "Malevolent Dimensional Jelly", color=colors.VIOLET, | |
153 | 153 | blood_color = colors.VIOLET, |
154 | 154 | desc = _t"A strange black blob on the dungeon floor; through it you seem to be able to see other times and places. As you stare you see things moving out of it.", |
155 | 155 | level_range = {25, nil}, exp_worth = 1, | ... | ... |
-
Please register or login to post a comment