Skip to content

Commit

Permalink
Overpriced open worlds
Browse files Browse the repository at this point in the history
Earnings rise, take my word
  • Loading branch information
Bokkiewokkie committed Nov 2, 2023
1 parent 871ed1f commit 22ad26f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nsv13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3844,8 +3844,8 @@
#include "nsv13\code\modules\antagonists\boarders\boarders.dm"
#include "nsv13\code\modules\antagonists\boarders\pirate_boarders.dm"
#include "nsv13\code\modules\atmospherics\gasmixtures\reactions.dm"
#include "nsv13\code\modules\atmospherics\machinery\components\unary_devices\outlet_injector.dm"
#include "nsv13\code\modules\atmospherics\machinery\components\binary_devices\constrictor.dm"
#include "nsv13\code\modules\atmospherics\machinery\components\unary_devices\outlet_injector.dm"
#include "nsv13\code\modules\atmospherics\machinery\components\unary_devices\tank.dm"
#include "nsv13\code\modules\atmospherics\machinery\components\unary_devices\vent_pump.dm"
#include "nsv13\code\modules\cargo\mission_rewards.dm"
Expand Down Expand Up @@ -3908,6 +3908,7 @@
#include "nsv13\code\modules\mining\asteroid.dm"
#include "nsv13\code\modules\mob\mob.dm"
#include "nsv13\code\modules\mob\mob_helpers.dm"
#include "nsv13\code\modules\mob\dead\new_player\sprite_accessories.dm"
#include "nsv13\code\modules\mob\dead\observer\oberserver.dm"
#include "nsv13\code\modules\mob\living\carbon\carbon.dm"
#include "nsv13\code\modules\mob\living\carbon\examine_tgui.dm"
Expand Down
20 changes: 20 additions & 0 deletions nsv13/code/modules/mob/dead/new_player/sprite_accessories.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

/datum/sprite_accessory/undershirt/munitions
icon = 'nsv13/icons/mob/underwear.dmi'
name = "Shirt (Munitions)"
icon_state = "shirt_mun"

/datum/sprite_accessory/undershirt/tank_munitions
icon = 'nsv13/icons/mob/underwear.dmi'
name = "Tank Top (Munitions)"
icon_state = "tank_mun"

/datum/sprite_accessory/socks/munitions_thigh
icon = 'nsv13/icons/mob/underwear.dmi'
name = "Thigh-high (Munitions)"
icon_state = "mun_thigh"

/datum/sprite_accessory/socks/munitions_knee
icon = 'nsv13/icons/mob/underwear.dmi'
name = "Knee-high (Munitions)"
icon_state = "mun_knee"
Binary file added nsv13/icons/mob/underwear.dmi
Binary file not shown.

0 comments on commit 22ad26f

Please sign in to comment.