[MIRROR] Removes a source of ian harddels, restores soul (#1871)

* Removes a source of ian harddels, keeps mcgruffs bed discription from getting overwritten at roundstart, moves the bed claiming feature to just the dogbed typepath, none of the subtypes, this applies to buckling too (#55158)

Removes a source of ian harddels, keeps mcgruff's bed description from getting overwritten at roundstart, moves the bed claiming feature to just the dogbed typepath, blacklisting subtypes. This applies to buckling too.

This means that a dogbed can only ever belong to one dog. Fuck you.
Remake of #54892, github doesn't like force pushes, not sure why

* Removes a source of ian harddels, restores soul

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-11-27 08:45:11 +01:00
committed by GitHub
parent c5f60f33e1
commit f6d60b49f4
2 changed files with 7 additions and 4 deletions
@@ -169,8 +169,7 @@
. = ..()
var/dog_area = get_area(src)
for(var/obj/structure/bed/dogbed/D in dog_area)
if(!D.owner)
D.update_owner(src)
if(D.update_owner(src)) //No muscling in on my turf you fucking parrot
break
/mob/living/simple_animal/pet/dog/corgi/Initialize()