Tacticool sensors (#5740)

* Tacticool Sensors

Tacticool Turtlenecks now have sensors, for those memes that want to wear them on station.

* Atom is screwing with me.

Fixed a rogue indent

* I had this part ignored. Woops.

* Code cleanup 101.

Apparently I didn't need the rest of this.

* Ree

Stupid admin.txt
This commit is contained in:
Zna12
2018-03-04 11:54:25 -06:00
committed by Poojawa
parent 4e8412ef6f
commit c3c5f86971
2 changed files with 3 additions and 0 deletions
@@ -0,0 +1,2 @@
/obj/item/clothing/under/syndicate/tacticool
has_sensor = TRUE
+1
View File
@@ -2602,6 +2602,7 @@
#include "modular_citadel\code\modules\clothing\under.dm"
#include "modular_citadel\code\modules\clothing\spacesuits\flightsuit.dm"
#include "modular_citadel\code\modules\clothing\under\polychromic_clothes.dm"
#include "modular_citadel\code\modules\clothing\under\syndicate.dm"
#include "modular_citadel\code\modules\clothing\under\turtlenecks.dm"
#include "modular_citadel\code\modules\crafting\recipes.dm"
#include "modular_citadel\code\modules\events\blob.dm"