Skip to content

Commit

Permalink
Mob trophies will no longer attempt to drop if there aren't any (#3116)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

killing 200000 goliaths so I can harvest nothing from them and upgrade
my crusher with no trophies

## Why It's Good For The Game

runtime I think

## Changelog

:cl:
fix: mobs will no longer stick around after being butchered sometimes
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Jun 18, 2024
1 parent 69b6b5c commit d98aa76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
..(gibbed)

/mob/living/simple_animal/hostile/asteroid/proc/spawn_mob_trophy()
butcher_results[mob_trophy] = 1
if(mob_trophy)
butcher_results[mob_trophy] = 1

/mob/living/simple_animal/hostile/asteroid/handle_temperature_damage()
if(bodytemperature < minbodytemp)
Expand Down

0 comments on commit d98aa76

Please sign in to comment.