Skip to content

Commit

Permalink
a few jumpsuits
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCastmer committed Aug 18, 2024
1 parent 36425e7 commit 7341851
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions modular_dripstation/code/modules/clothing/department/corporate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -450,3 +450,21 @@
mutantrace_variation = NONE
armor = list(MELEE = 10, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 10, FIRE = 80, ACID = 40, WOUND = 0, ELECTRIC = 0)


//ABDUCTOR
/obj/item/clothing/under/abductor
icon_state = "abductor"
icon = 'modular_dripstation/icons/obj/clothing/uniform/corporate/syndicate.dmi'
worn_icon = 'modular_dripstation/icons/mob/clothing/uniform/corporate/syndicate.dmi'

//NINJA
/obj/item/clothing/under/ninja
name = "black-green tactical jumpsuit"
desc = "A tactical black jumpsuit with green stripes."
icon_state = "ninja"
armor = list(MELEE = 10, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 10, FIRE = 80, ACID = 40, WOUND = 0, ELECTRIC = 0)
icon = 'modular_dripstation/icons/obj/clothing/uniform/corporate/syndicate.dmi'
worn_icon = 'modular_dripstation/icons/mob/clothing/uniform/corporate/syndicate.dmi'

/datum/outfit/ninja
uniform = /obj/item/clothing/under/ninja
Binary file not shown.
Binary file not shown.

0 comments on commit 7341851

Please sign in to comment.