shoujo
This commit is contained in:
BIN
.merge_file_a11000
Normal file
BIN
.merge_file_a11000
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
BIN
.merge_file_b11000
Normal file
BIN
.merge_file_b11000
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.8 KiB |
BIN
.merge_file_c11000
Normal file
BIN
.merge_file_c11000
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
15
code/_onclick/hud/simple_animal.dm
Normal file
15
code/_onclick/hud/simple_animal.dm
Normal 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
|
||||
4
html/changelogs/AutoChangeLog-pr-14716.yml
Normal file
4
html/changelogs/AutoChangeLog-pr-14716.yml
Normal 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"
|
||||
5
html/changelogs/AutoChangeLog-pr-14739.yml
Normal file
5
html/changelogs/AutoChangeLog-pr-14739.yml
Normal 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."
|
||||
5
html/changelogs/AutoChangeLog-pr-14742.yml
Normal file
5
html/changelogs/AutoChangeLog-pr-14742.yml
Normal 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"
|
||||
4
html/changelogs/AutoChangeLog-pr-14743.yml
Normal file
4
html/changelogs/AutoChangeLog-pr-14743.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: "keronshb"
|
||||
delete-after: True
|
||||
changes:
|
||||
- balance: "30 > 25 pop req for contractor kit"
|
||||
Reference in New Issue
Block a user