Skip to content

Commit

Permalink
[Tweak and add] ПРИЧЕСКА И ПОЧИНКА ШЛЕМА УРААААААААААААААААААА (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
Teteshnik1 authored Sep 27, 2024
1 parent 1eb4e41 commit a7dc79d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/utility_items/_utility_items.dme
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "code\ninja-map.dm"
#include "code\shuttle_feature.dm"
#include "code\craft_drugs.dm"

#include "code/hair_olivka.dm"
#include "code/ert_maint_helmet.dm"

#endif
9 changes: 9 additions & 0 deletions mods/utility_items/code/ert_maint_helmet.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/obj/item/clothing/head/helmet/ert/attack_self(mob/user)
body_parts_covered ^= EYES|FACE
icon_state = initial(icon_state)
var/action = "lowers"
if (~body_parts_covered & EYES)
icon_state += "_up"
action = "raises"
visible_message(SPAN_ITALIC("\The [user] [action] the visor on \the [src]."), range = 3)
update_clothing_icon()
4 changes: 4 additions & 0 deletions mods/utility_items/code/hair_olivka.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/sprite_accessory/hair/corsair
name = "Corsair"
icon = 'mods/utility_items/icons/corsair.dmi'
icon_state = "hair_corsair"
Binary file added mods/utility_items/icons/corsair.dmi
Binary file not shown.

0 comments on commit a7dc79d

Please sign in to comment.