Columbo Buffs (#20151)

Removes the confusingly unnecessary nerf to Columbo's damage (he did as
much as just punching someone) from the parent mob and increases his
health from 75 to 125 so he can withstand at least a little more
punishment.

The poor guy is quite literally never let out of his enclosure because
he's less useful than just throwing a floor tile at someone. He's also
the only "unique" thing the Head of Security has left, and people seem
warm to the idea of an actual incentive to bring him out more. With
these buffs he stands an actual chance of being able to fight and take
down someone unarmed and unarmored.
This commit is contained in:
OolongCow
2024-11-11 19:52:02 +00:00
committed by GitHub
parent d864976531
commit 46a9269847
2 changed files with 61 additions and 3 deletions
@@ -78,12 +78,12 @@
/mob/living/simple_animal/hostile/commanded/dog/columbo
name = "Lt. Columbo"
short_name = "Columbo"
desc = "A dog trained to listen and obey its owner commands. This one looks about three days from retirement."
desc = "A dog trained to listen and obey its owner's commands. This one looks about three days from retirement."
named = TRUE
gender = MALE
melee_damage_lower = 5
melee_damage_upper = 10
health = 125
maxHealth = 125
icon_state = "columbo"
icon_living = "columbo"