Skip to content

Commit 5da9a2d

Browse files
committed
null icons for parent things
1 parent 58f371b commit 5da9a2d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

code/modules/projectiles/guns/halo/unsc_guns.dm

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/obj/item/weapon/gun/rifle/halo
44
name = "Halo rifle holder"
55
icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
6+
icon_state = null
67
item_icons = list(
78
WEAR_BACK = 'icons/halo/mob/humans/onmob/back_slot_halo.dmi',
89
WEAR_J_STORE = 'icons/halo/mob/humans/onmob/suit_slot_halo.dmi',
@@ -115,6 +116,7 @@
115116
/obj/item/weapon/gun/smg/halo
116117
name = "halo smg holder"
117118
icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
119+
icon_state = null
118120
item_icons = list(
119121
WEAR_BACK = 'icons/halo/mob/humans/onmob/back_slot_halo.dmi',
120122
WEAR_J_STORE = 'icons/halo/mob/humans/onmob/suit_slot_halo.dmi',
@@ -135,6 +137,7 @@
135137
/obj/item/weapon/gun/shotgun/pump/halo
136138
name = "Halo shotgun holder"
137139
icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
140+
icon_state = null
138141
item_icons = list(
139142
WEAR_BACK = 'icons/halo/mob/humans/onmob/back_slot_halo.dmi',
140143
WEAR_J_STORE = 'icons/halo/mob/humans/onmob/suit_slot_halo.dmi',
@@ -278,6 +281,7 @@
278281

279282
/obj/item/weapon/gun/halo_launcher // im a lazy bastard and dont want to deal with killing all of the dumb procs sorry :)
280283
icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
284+
icon_state = null
281285

282286
/obj/item/weapon/gun/halo_launcher/spankr
283287
name = "\improper M41 SPNKr"
@@ -366,6 +370,7 @@
366370
/obj/item/weapon/gun/pistol/halo
367371
name = "Halo pistol holder"
368372
icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_weapons.dmi'
373+
icon_state = null
369374
item_icons = list(
370375
WEAR_BACK = 'icons/halo/mob/humans/onmob/back_slot_halo.dmi',
371376
WEAR_J_STORE = 'icons/halo/mob/humans/onmob/suit_slot_halo.dmi',

code/modules/projectiles/guns/halo/unsc_magazines.dm

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/obj/item/ammo_magazine/rifle/halo
44
name = "halo magazine"
55
icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_magazines.dmi'
6+
icon_state = null
67
ammo_band_icon = null
78
ammo_band_icon_empty = null
89

@@ -81,6 +82,7 @@
8182
/obj/item/ammo_magazine/pistol/halo
8283
name = "halo magazine"
8384
icon = 'icons/halo/obj/items/weapons/guns_by_faction/unsc/unsc_magazines.dmi'
85+
icon_state = null
8486
ammo_band_icon = null
8587
ammo_band_icon_empty = null
8688
caliber = "12.7x40mm"

0 commit comments

Comments
 (0)