Merge pull request #10657 from Quantum-M/HeadMirror

Medical Head Mirror
This commit is contained in:
variableundefined
2019-01-18 18:06:15 +08:00
committed by GitHub
9 changed files with 19 additions and 0 deletions
@@ -6,6 +6,7 @@
* Pumpkin head
* Kitty ears
* Cardborg Disguise
* Head Mirror
*/
/*
@@ -246,3 +247,19 @@
/obj/item/clothing/head/cardborg/dropped(mob/living/user)
..()
user.remove_alt_appearance("standard_borg_disguise")
/*
* Head Mirror
*/
/obj/item/clothing/head/headmirror
name = "head mirror"
desc = "A band of rubber with a very reflective looking mirror attached to the front of it. One of the early signs of medical budget cuts."
icon_state = "head_mirror"
item_state = "head_mirror"
species_fit = list("Vox, Drask")
sprite_sheets = list(
"Vox" = 'icons/mob/species/vox/head.dmi',
"Drask" = 'icons/mob/species/drask/head.dmi',
"Grey" = 'icons/mob/species/grey/head.dmi'
)