Stargate map changes and additions + new mineral wall sprites

This commit is contained in:
Kabra_men
2021-07-24 20:39:01 -03:00
parent c7b7023f8c
commit d17faa961e
24 changed files with 129 additions and 60 deletions
@@ -55,6 +55,27 @@
/obj/item/clothing/shoes/winterboots,
/obj/item/clothing/suit/hooded/wintercoat)
/mob/living/simple_animal/hostile/skeleton/villager
name = "undead villager"
desc = "The reanimated remains of some poor villager."
icon_state = "villager"
icon_living = "villager"
icon_dead = "villager"
deathmessage = "collapses into a pile of bones!"
loot = list(/obj/effect/decal/remains/human)
/mob/living/simple_animal/hostile/skeleton/bone_warrior
name = "bone warrior"
desc = "An armed undead, wearing armor made of fallen skeletons."
icon_state = "bone_warrior"
icon_living = "bone_warrior"
icon_dead = "bone_warrior"
maxHealth = 100
health = 100
melee_damage_lower = 20
melee_damage_upper = 25
deathmessage = "collapses into a pile of bones, its armor turning into ashes!"
loot = list(/obj/effect/decal/remains/human)
/mob/living/simple_animal/hostile/skeleton/templar
name = "undead templar"