This commit is contained in:
zerothebigboy
2021-05-22 10:28:06 -04:00
parent 43228f96cf
commit 07682b71b3
8 changed files with 33 additions and 0 deletions

BIN
.merge_file_a11000 Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
.merge_file_b11000 Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
.merge_file_c11000 Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,15 @@
/datum/hud/living/simple_animal
ui_style = 'icons/mob/screen_gen.dmi'
/datum/hud/living/simple_animal/New(mob/living/owner)
..()
pull_icon = new /obj/screen/pull()
pull_icon.icon = ui_style
pull_icon.update_icon()
pull_icon.screen_loc = ui_living_pull
pull_icon.hud = src
static_inventory += pull_icon
//mob health doll! assumes whatever sprite the mob is
healthdoll = new /obj/screen/healthdoll/living()
healthdoll.hud = src
infodisplay += healthdoll

View File

@@ -0,0 +1,4 @@
author: "Putnam3145"
delete-after: True
changes:
- bugfix: "Antag and species no longer remove all traits if one has a blacklisted trait"

View File

@@ -0,0 +1,5 @@
author: "WanderingFox95"
delete-after: True
changes:
- imageadd: "Replaced the antlers showing up when you select deer ears with actual deer ears. Literally why was that even a thing before?"
- imageadd: "Straight rabbit ears are now a thing."

View File

@@ -0,0 +1,5 @@
author: "keronshb"
delete-after: True
changes:
- code_imp: "adds a special hud for simple mobs."
- imageadd: "a lot of >32x32 mobs now have icons for their health dolls"

View File

@@ -0,0 +1,4 @@
author: "keronshb"
delete-after: True
changes:
- balance: "30 > 25 pop req for contractor kit"