mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 12:43:13 +00:00
Merge pull request #6473 from CHOMPStation2/Rae-freetacticool
add tacticool turt to loadout, give sensors
This commit is contained in:
@@ -109,3 +109,7 @@
|
|||||||
"Khaki cargo shorts" = /obj/item/clothing/under/shorts/cshorts/khaki
|
"Khaki cargo shorts" = /obj/item/clothing/under/shorts/cshorts/khaki
|
||||||
)
|
)
|
||||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cargo_shorts))
|
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cargo_shorts))
|
||||||
|
|
||||||
|
/datum/gear/uniform/tacticool
|
||||||
|
display_name = "Tacticool turtleneck"
|
||||||
|
path = /obj/item/clothing/under/syndicate/tacticool/loadout
|
||||||
3
code/modules/clothing/under/syndicate_ch.dm
Normal file
3
code/modules/clothing/under/syndicate_ch.dm
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
/obj/item/clothing/under/syndicate/tacticool/loadout //loadout tacticool option. No armor, but has sensors
|
||||||
|
has_sensor = 1
|
||||||
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0)
|
||||||
@@ -2265,6 +2265,7 @@
|
|||||||
#include "code\modules\clothing\under\solgov.dm"
|
#include "code\modules\clothing\under\solgov.dm"
|
||||||
#include "code\modules\clothing\under\solgov_vr.dm"
|
#include "code\modules\clothing\under\solgov_vr.dm"
|
||||||
#include "code\modules\clothing\under\syndicate.dm"
|
#include "code\modules\clothing\under\syndicate.dm"
|
||||||
|
#include "code\modules\clothing\under\syndicate_ch.dm"
|
||||||
#include "code\modules\clothing\under\tribal.dm"
|
#include "code\modules\clothing\under\tribal.dm"
|
||||||
#include "code\modules\clothing\under\accessories\accessory.dm"
|
#include "code\modules\clothing\under\accessories\accessory.dm"
|
||||||
#include "code\modules\clothing\under\accessories\accessory_ch.dm"
|
#include "code\modules\clothing\under\accessories\accessory_ch.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user