Changes some antag items to not have 'suspicious' in their name

This commit is contained in:
Yoshax
2016-03-25 19:28:49 +00:00
parent 5f8bf207c7
commit 288be19de4
2 changed files with 2 additions and 2 deletions
@@ -152,7 +152,7 @@
storage_slots = 12
/obj/item/weapon/storage/backpack/dufflebag/syndie
name = "suspicious looking dufflebag"
name = "black dufflebag"
desc = "A large dufflebag for holding extra tactical supplies."
icon_state = "duffle_syndie"
item_state = "duffle_syndiemed"
@@ -64,7 +64,7 @@
new /obj/item/stack/cable_coil(src,30,color)
/obj/item/weapon/storage/toolbox/syndicate
name = "suspicious looking toolbox"
name = "black and red toolbox"
icon_state = "syndicate"
item_state = "toolbox_syndi"
origin_tech = list(TECH_COMBAT = 1, TECH_ILLEGAL = 1)