Adds russian officer uniform

Adds russian officer
Minor tweaks
This commit is contained in:
Thunder12345
2016-02-13 20:11:58 +00:00
parent b5c79e3781
commit e6da13511a
5 changed files with 39 additions and 1 deletions
@@ -173,7 +173,6 @@
corpsehelmet = /obj/item/clothing/head/ushanka
/obj/effect/landmark/mobcorpse/russian/ranged/trooper
name = "Russian"
corpseuniform = /obj/item/clothing/under/syndicate/camo
corpsesuit = /obj/item/clothing/suit/armor/bulletproof
corpseshoes = /obj/item/clothing/shoes/combat
@@ -182,6 +181,14 @@
corpsemask = /obj/item/clothing/mask/balaclava
corpsehelmet = /obj/item/clothing/head/helmet/alt
/obj/effect/landmark/mobcorpse/russian/ranged/officer
name = "Russian Officer"
corpseuniform = /obj/item/clothing/under/rank/security/navyblue/russian
corpsesuit = /obj/item/clothing/suit/security/officer/russian
corpseshoes = /obj/item/clothing/shoes/laceup
corpseradio = /obj/item/device/radio/headset
corpsehelmet = /obj/item/clothing/head/ushanka
/obj/effect/landmark/mobcorpse/wizard
name = "Space Wizard"
corpseuniform = /obj/item/clothing/under/color/lightpurple
@@ -53,3 +53,19 @@
casingtype = /obj/item/ammo_casing/shotgun/buckshot
loot = list(/obj/effect/landmark/mobcorpse/russian/ranged/trooper,
/obj/item/weapon/gun/projectile/shotgun/lethal)
/mob/living/simple_animal/hostile/russian/ranged/officer
name = "Russian Officer"
icon_state = "russianofficer"
icon_living = "russianofficer"
maxHealth = 65
health = 65
rapid = 1
casingtype = /obj/item/ammo_casing/c9mm
loot = list(/obj/effect/landmark/mobcorpse/russian/ranged/officer,
/obj/item/weapon/gun/projectile/automatic/pistol/APS)
/mob/living/simple_animal/hostile/russian/ranged/officer/Aggro()
..()
summon_backup(15)
say("NEED BACKUP!!")