A notable omission when i added bear events, that a few people have asked for.

Harvesting a dead bear now also makes a bearpelt for wearing. Trophies for the lizards
This commit is contained in:
NanakoAC
2016-10-01 14:07:48 +03:00
committed by skull132
parent 30dde5cff3
commit 790c8a0451
2 changed files with 19 additions and 0 deletions
@@ -80,6 +80,11 @@
..()
update_bearmode()
/mob/living/simple_animal/hostile/bear/harvest()
new /obj/item/clothing/head/bearpelt(get_turf(src))
..()
/mob/living/simple_animal/hostile/bear/proc/set_stance(var/input)
var/previous = stance
stance = input
+14
View File
@@ -0,0 +1,14 @@
# Your name.
author: Nanako
# 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:
- rscadd: "Harvesting bears with a knife now skins them too."