[MIRROR] Fixes corgi hats stuck to them forever & SAVES HALLOWEEN [MDB IGNORE] (#9070)

* Fixes corgi hats stuck to them forever & SAVES HALLOWEEN (#62318)

About The Pull Request

Corgi hats used to resist any attempts at removing them from the corgi wearing said hat. This fixes that.
Also fixes #62297 by giving carved pumpkins and blumpkins their own dog_fashion datums.
Why It's Good For The Game

Corgis are now no longer stuck to wearing one hat. Spookifies Ian for Halloween with two amazing pumpkin hats.
image
Changelog

cl
expansion: Spooky headless corgi spirits have been sighted across the Sector!
fix: fixes hats glued to corgis' heads when dressing corgis up
/cl

* Fixes corgi hats stuck to them forever & SAVES HALLOWEEN

Co-authored-by: Sealed101 <75863639+Sealed101@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-27 17:21:15 +01:00
committed by GitHub
co-authored by Sealed101
parent 43e4b22d2d
commit b7e9a0838b
4 changed files with 41 additions and 1 deletions
@@ -169,7 +169,7 @@ GLOBAL_LIST_INIT(strippable_corgi_items, create_strippable_list(list(
corgi_source.place_on_head(equipping, user)
/datum/strippable_item/corgi_head/finish_unequip(atom/source, obj/item/equipping, mob/user)
/datum/strippable_item/corgi_head/finish_unequip(atom/source, mob/user)
var/mob/living/simple_animal/pet/dog/corgi/corgi_source = source
if (!istype(corgi_source))
return