mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-23 04:36:18 +01:00
Hayden Green's Mech Helmet
Item Path: /obj/item/clothing/head/helmet/fluff/hayden_mechhelmet Sprite Path: icons\obj\custim_items\hayden_mechhelmet.dmi Thread: http://aurorastation.org/forums/viewtopic.php?f=100&t=3621&p=35660#p35660
This commit is contained in:
@@ -1247,3 +1247,15 @@ END R I P HAZERI
|
||||
/obj/item/clothing/tie/fluff/straughan_necklace/attack_self(mob/user as mob)
|
||||
if(isliving(user))
|
||||
user.visible_message("\red [user] holds up their [src].\nIt reads: Prosthetic rejection syndrome. Patient's body rejects mechanical eyes. Shaded eyewear required.","\red You display the [src], showing the room your medical condition.")
|
||||
|
||||
|
||||
// Hayden Green's Mech Helmet - Doomberg
|
||||
/obj/item/clothing/head/helmet/fluff/hayden_mechhelmet
|
||||
name = "mech pilot helmet"
|
||||
desc = "A sturdy green helmet with a dark visor. Not brand new, but well maintained."
|
||||
icon = 'icons/obj/custom_items/hayden_mechhelmet.dmi'
|
||||
icon_state = "hayden_mechhelmet"
|
||||
item_state = "hayden_mechhelmet"
|
||||
flags_inv = HIDEEARS
|
||||
contained_sprite = 1
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||
|
||||
Reference in New Issue
Block a user