enables some Hyper stuff
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
icon = 'hyperstation/icons/obj/clothing/head.dmi'
|
||||
icon_state = "zaohat"
|
||||
item_state = "helmet"
|
||||
item_color = "zaohat"
|
||||
mob_overlay_icon = 'hyperstation/icons/mobs/head.dmi'
|
||||
armor = list("melee" = 40, "bullet" = 40, "laser" = 10,"energy" = 20, "bomb" = 30, "bio" = 0, "rad" = 0, "fire" = 20, "acid" = 60)
|
||||
cold_protection = HEAD
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
icon = 'hyperstation/icons/obj/clothing/suits.dmi'
|
||||
icon_state = "zaocoat"
|
||||
item_state = "zaocoat"
|
||||
item_color = "zaocoat"
|
||||
mob_overlay_icon = 'hyperstation/icons/mobs/suits.dmi'
|
||||
togglename = "zipper"
|
||||
body_parts_covered = CHEST|ARMS|LEGS
|
||||
|
||||
@@ -4,5 +4,4 @@
|
||||
icon = 'hyperstation/icons/obj/clothing/uniforms.dmi'
|
||||
icon_state = "zaounder"
|
||||
item_state = "zaounder"
|
||||
item_color = "zaounder"
|
||||
mob_overlay_icon = 'hyperstation/icons/mobs/uniforms.dmi'
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
mob_overlay_icon = 'hyperstation/icons/mobs/eyes.dmi'
|
||||
hud_type = DATA_HUD_SECURITY_ADVANCED
|
||||
actions_types = list(/datum/action/item_action/switch_hud)
|
||||
glass_colour_type = /datum/client_colour/glass_colour/lightyellow
|
||||
|
||||
/obj/item/clothing/glasses/hud/toggle/zao/attack_self(mob/user)
|
||||
if(!ishuman(user))
|
||||
@@ -30,14 +29,12 @@
|
||||
hud_type = null
|
||||
flash_protect = 0
|
||||
tint = 0
|
||||
change_glass_color(user, /datum/client_colour/glass_colour/white)
|
||||
else
|
||||
hud_type = DATA_HUD_SECURITY_ADVANCED
|
||||
icon_state = "zaovisor"
|
||||
item_state = "zaovisor"
|
||||
flash_protect = 1
|
||||
tint = 1
|
||||
change_glass_color(user, /datum/client_colour/glass_colour/lightyellow)
|
||||
|
||||
if (hud_type)
|
||||
var/datum/atom_hud/H = GLOB.huds[hud_type]
|
||||
|
||||
Reference in New Issue
Block a user