From f2ae9c0ce9a276b34fece7ccc0e584e8c2a81ee4 Mon Sep 17 00:00:00 2001 From: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com> Date: Fri, 23 Feb 2024 08:39:03 -0700 Subject: [PATCH] Buffs Jeweler Cockatoo's HP to 300 (#18460) * dont ask me why that other changelog is there * it's actually fucking joever Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Signed-off-by: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com> * untouches the changelog --------- Signed-off-by: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> --- .../hostile/retaliate/konyang.dm | 4 +- .../Lavillastrangiato - rules of nature.yml | 41 +++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/Lavillastrangiato - rules of nature.yml diff --git a/code/modules/mob/living/simple_animal/hostile/retaliate/konyang.dm b/code/modules/mob/living/simple_animal/hostile/retaliate/konyang.dm index 07145a70be3..9b985db8fd8 100644 --- a/code/modules/mob/living/simple_animal/hostile/retaliate/konyang.dm +++ b/code/modules/mob/living/simple_animal/hostile/retaliate/konyang.dm @@ -14,8 +14,8 @@ mob_size = 12 organ_names = list("torso", "left wing", "right wing", "head") - maxHealth = 150 - health = 150 + maxHealth = 300 + health = 300 melee_damage_lower = 20 melee_damage_upper = 30 diff --git a/html/changelogs/Lavillastrangiato - rules of nature.yml b/html/changelogs/Lavillastrangiato - rules of nature.yml new file mode 100644 index 00000000000..427a56778f9 --- /dev/null +++ b/html/changelogs/Lavillastrangiato - rules of nature.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Lavillastrangiato + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Buffs jeweler cockatoo's HP to 300."