|
3 | 3 | /obj/item/weapon/gun/rifle/halo
|
4 | 4 | name = "Halo rifle holder"
|
5 | 5 | icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
|
| 6 | + icon_state = null |
6 | 7 | item_icons = list(
|
7 | 8 | WEAR_BACK = 'icons/halo/mob/humans/onmob/back_slot_halo.dmi',
|
8 | 9 | WEAR_J_STORE = 'icons/halo/mob/humans/onmob/suit_slot_halo.dmi',
|
|
115 | 116 | /obj/item/weapon/gun/smg/halo
|
116 | 117 | name = "halo smg holder"
|
117 | 118 | icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
|
| 119 | + icon_state = null |
118 | 120 | item_icons = list(
|
119 | 121 | WEAR_BACK = 'icons/halo/mob/humans/onmob/back_slot_halo.dmi',
|
120 | 122 | WEAR_J_STORE = 'icons/halo/mob/humans/onmob/suit_slot_halo.dmi',
|
|
135 | 137 | /obj/item/weapon/gun/shotgun/pump/halo
|
136 | 138 | name = "Halo shotgun holder"
|
137 | 139 | icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
|
| 140 | + icon_state = null |
138 | 141 | item_icons = list(
|
139 | 142 | WEAR_BACK = 'icons/halo/mob/humans/onmob/back_slot_halo.dmi',
|
140 | 143 | WEAR_J_STORE = 'icons/halo/mob/humans/onmob/suit_slot_halo.dmi',
|
|
278 | 281 |
|
279 | 282 | /obj/item/weapon/gun/halo_launcher // im a lazy bastard and dont want to deal with killing all of the dumb procs sorry :)
|
280 | 283 | icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
|
| 284 | + icon_state = null |
281 | 285 |
|
282 | 286 | /obj/item/weapon/gun/halo_launcher/spankr
|
283 | 287 | name = "\improper M41 SPNKr"
|
|
366 | 370 | /obj/item/weapon/gun/pistol/halo
|
367 | 371 | name = "Halo pistol holder"
|
368 | 372 | icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
|
| 373 | + icon_state = null |
369 | 374 | item_icons = list(
|
370 | 375 | WEAR_BACK = 'icons/halo/mob/humans/onmob/back_slot_halo.dmi',
|
371 | 376 | WEAR_J_STORE = 'icons/halo/mob/humans/onmob/suit_slot_halo.dmi',
|
|
0 commit comments