mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user