mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Bearskins (#1027)
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:
@@ -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
|
||||
|
||||
@@ -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."
|
||||
Reference in New Issue
Block a user