Skip to content

Commit

Permalink
Ash form (#70)
Browse files Browse the repository at this point in the history
Портянки эшей

Co-authored-by: FatFat <[email protected]>
  • Loading branch information
FatFatFat1 and FatFatFatFat authored Jul 3, 2021
1 parent 132083d commit a0e7ed4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions code/modules/clothing/under/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,12 @@
body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS
resistance_flags = NONE

/obj/item/clothing/under/gladiator/ash_walker
desc = "This gladiator uniform appears to be covered in ash and fairly dated."
/obj/item/clothing/under/ash_walker
name = "ash-walker uniform"
desc = ""
icon_state = "ash"
item_state = "ash"
item_color = "ash"
has_sensor = FALSE

//dress
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
l_pocket = pickweight(list(/obj/item/stack/spacecash/c1000 = 7, /obj/item/reagent_containers/hypospray/autoinjector/survival = 2, /obj/item/borg/upgrade/modkit/cooldown = 1 ))
if("Ashwalker")
mob_species = /datum/species/unathi/ashwalker
uniform = /obj/item/clothing/under/gladiator/ash_walker
uniform = /obj/item/clothing/under/ash_walker
if(prob(95))
head = /obj/item/clothing/head/helmet/gladiator
else
Expand Down
3 changes: 1 addition & 2 deletions code/modules/ruins/lavalandruin_code/ash_walker_den.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@

/datum/outfit/ashwalker
name ="Ashwalker"
head = /obj/item/clothing/head/helmet/gladiator
uniform = /obj/item/clothing/under/gladiator/ash_walker
uniform = /obj/item/clothing/under/ash_walker
Binary file modified icons/mob/uniform.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit a0e7ed4

Please sign in to comment.