Skip to content

Commit

Permalink
Adds some NSV13 clothes to the torp shop (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
someone543 authored Jun 14, 2024
1 parent c4e4aad commit 7d55f64
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
2 changes: 2 additions & 0 deletions nsv13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3878,6 +3878,8 @@
#include "nsv13\code\modules\client\loadout\loadout_colorizers.dm"
#include "nsv13\code\modules\client\loadout\loadout_donator.dm"
#include "nsv13\code\modules\client\loadout\loadout_general.dm"
#include "nsv13\code\modules\client\loadout\loadout_hat.dm"
#include "nsv13\code\modules\client\loadout\loadout_suit.dm"
#include "nsv13\code\modules\client\loadout\loadout_uniform.dm"
#include "nsv13\code\modules\clothing\custom_clothes.dm"
#include "nsv13\code\modules\clothing\custom_outfits.dm"
Expand Down
4 changes: 4 additions & 0 deletions nsv13/code/modules/client/loadout/loadout_hat.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/gear/hat/sun
display_name = "headband of the rising sun"
path = /obj/item/clothing/head/ship/rising_sun
allowed_roles = list(JOB_NAME_MUNITIONSTECHNICIAN, JOB_NAME_MASTERATARMS, JOB_NAME_PILOT, JOB_NAME_AIRTRAFFICCONTROLLER)
8 changes: 8 additions & 0 deletions nsv13/code/modules/client/loadout/loadout_suit.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/datum/gear/suit/jacket/utility
display_name = "Utility jacket"
path = /obj/item/clothing/suit/ship/assistant_jacket

/datum/gear/suit/peacevest
display_name = "Peacekeeper vest"
path = /obj/item/clothing/suit/ship/peacekeeper
allowed_roles = list(JOB_NAME_SECURITYOFFICER)
7 changes: 7 additions & 0 deletions nsv13/code/modules/client/loadout/loadout_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
display_name = "skirt, black"
path = /obj/item/clothing/under/dress/skirt

/datum/gear/uniform/rank/assistant/utility
display_name = "Utilitarian coveralls"
path = /obj/item/clothing/under/ship/assistant

/datum/gear/uniform/rank/security/spacecop
display_name = "Space cop uniform"
path = /obj/item/clothing/under/ship/peacekeeper
2 changes: 1 addition & 1 deletion nsv13/code/modules/clothing/custom_clothes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 10, "bio" = 0, "rad" = 10, "fire" = 10, "acid" = 10)

/obj/item/clothing/suit/ship/peacekeeper
name = "Peacekeer vest"
name = "Peacekeeper vest"
icon_state = "peacekeeper_vest"
item_state = "peacekeeper_vest"
desc = "A nanoweave vest capable of impeding most small arms fire as well as improvised weapons. It bears the logo of the North Star peacekeeper force"
Expand Down

0 comments on commit 7d55f64

Please sign in to comment.