mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Adds russian officer uniform
Adds russian officer Minor tweaks
This commit is contained in:
@@ -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!!")
|
||||
|
||||
Reference in New Issue
Block a user