[MIRROR] Makes dog a basic mob [MDB IGNORE] [MDB IGNORE] (#17930)

* Makes dog a basic mob [MDB IGNORE]

* conflict

* map updatepaths

* minor banana spider improvement

* unnecessary SR edit, minor path stuff

* chadian, borgi

* tram conflict

* fixes after testing

Co-authored-by: Tastyfish <crazychris32@gmail.com>
This commit is contained in:
SkyratBot
2022-12-12 16:45:23 -05:00
committed by GitHub
co-authored by Tastyfish
parent 275cdeddea
commit 565af6876b
67 changed files with 5834 additions and 5312 deletions
@@ -23,7 +23,8 @@
/mob/living/basic/banana_spider/Initialize(mapload)
. = ..()
AddComponent(/datum/component/slippery, 40)
AddElement(/datum/element/death_drops, list(/obj/item/food/deadbanana_spider))
var/static/list/banana_drops = list(/obj/item/food/deadbanana_spider)
AddElement(/datum/element/death_drops, banana_drops)
AddElement(/datum/element/basic_body_temp_sensitive, 270, INFINITY)
AddComponent(/datum/component/squashable, squash_chance = 50, squash_damage = 1)