Various Hat-Related Bugfixes (#12058)

This commit is contained in:
Doxxmedearly
2021-06-21 18:14:22 -03:00
committed by GitHub
parent 1d83ab9c08
commit 924f31fb76
6 changed files with 11 additions and 6 deletions
-6
View File
@@ -14,12 +14,6 @@
flipped = FALSE
..()
/obj/item/clothing/head/softcap/on_slotmove()
icon_state = initial(icon_state)
item_state = icon_state
flipped = FALSE
..()
/obj/item/clothing/head/softcap/verb/ToggleHat()
set name = "Flip Hat"
set category = "Object"
@@ -52,6 +52,7 @@
to_chat(src, SPAN_NOTICE("You feel your being twine with that of \the [H] as you merge with its biomass."))
for(var/obj/O in src.contents)
drop_from_inventory(O)
hat = null
src.forceMove(H)
else
to_chat(src, SPAN_WARNING("Something went wrong while trying to merge into [H], cancelling."))
@@ -124,6 +125,7 @@
to_chat(src, SPAN_NOTICE("You feel your being entwine with that of \the [D] as it merges with your biomass."))
for(var/obj/O in D.contents)
D.drop_from_inventory(O)
D.hat = null
D.forceMove(src)
D.stat = CONSCIOUS
status_flags |= PASSEMOTES
+9
View File
@@ -0,0 +1,9 @@
author: Doxxmedearly
delete-after: True
changes:
- bugfix: "Collectable HOS cap now has an on-mob sprite."
- bugfix: "Flipped versions of the Himean and Vysokan hats now have in-hand and worn sprites."
- bugfix: "Fixed an issue where flipped softcaps would reset to unflipped when being equipped."
- bugfix: "Absorbing nymphs should no longer duplicate hats worn by nymphs if they later are split from the gestalt."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 B

After

Width:  |  Height:  |  Size: 522 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 125 KiB

After

Width:  |  Height:  |  Size: 126 KiB