mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
fixes some of the issues of the createanddestroy unit test (#7648)
* send help * polychromic createanddestroy fix
This commit is contained in:
@@ -670,7 +670,7 @@ GLOBAL_LIST_INIT(gun_saw_types, typecacheof(list(
|
||||
/obj/item/suppressor
|
||||
name = "suppressor"
|
||||
desc = "A syndicate small-arms suppressor for maximum espionage."
|
||||
icon = 'icons/obj/guns/ballistic.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/ballistic.dmi' //skyrat edit
|
||||
icon_state = "suppressor"
|
||||
w_class = WEIGHT_CLASS_TINY
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
/obj/item/gun/ballistic/bow
|
||||
name = "longbow"
|
||||
desc = "While pretty finely crafted, surely you can find something better to use in the current year."
|
||||
icon = 'icons/obj/guns/ballistic.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/ballistic.dmi' //skyrat edit
|
||||
icon_state = "bow"
|
||||
inhand_icon_state = "bow"
|
||||
load_sound = null
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
/obj/item/gun/energy/laser/scatter/shotty
|
||||
name = "energy shotgun"
|
||||
icon = 'icons/obj/guns/ballistic.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/ballistic.dmi' //skyrat edit
|
||||
icon_state = "cshotgun"
|
||||
inhand_icon_state = "shotgun"
|
||||
desc = "A combat shotgun gutted and refitted with an internal laser system. Can switch between taser and scattered disabler shots."
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/gun/energy/e_gun/advtaser/mounted
|
||||
name = "mounted taser"
|
||||
desc = "An arm mounted dual-mode weapon that fires electrodes and disabler shots."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/items_cyborg.dmi' //skyrat edit
|
||||
icon_state = "taser"
|
||||
inhand_icon_state = "armcannonstun4"
|
||||
display_empty = FALSE
|
||||
@@ -16,7 +16,7 @@
|
||||
/obj/item/gun/energy/laser/mounted
|
||||
name = "mounted laser"
|
||||
desc = "An arm mounted cannon that fires lethal lasers."
|
||||
icon = 'icons/obj/items_cyborg.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/items_cyborg.dmi' //skyrat edit
|
||||
icon_state = "laser_cyborg"
|
||||
inhand_icon_state = "armcannonlase"
|
||||
force = 5
|
||||
|
||||
@@ -295,7 +295,7 @@
|
||||
name = "cyborg lmg"
|
||||
desc = "An LMG that fires 3D-printed flechettes. They are slowly resupplied using the cyborg's internal power source."
|
||||
icon_state = "l6_cyborg"
|
||||
icon = 'icons/obj/guns/ballistic.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/ballistic.dmi' //skyrat edit
|
||||
cell_type = "/obj/item/stock_parts/cell/secborg"
|
||||
ammo_type = list(/obj/item/ammo_casing/energy/c3dbullet)
|
||||
can_charge = FALSE
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/gun/grenadelauncher
|
||||
name = "grenade launcher"
|
||||
desc = "A terrible, terrible thing. It's really awful!"
|
||||
icon = 'icons/obj/guns/ballistic.dmi'
|
||||
icon = 'modular_skyrat/modules/fixing_missing_icons/ballistic.dmi' //skyrat edit
|
||||
icon_state = "riotgun"
|
||||
inhand_icon_state = "riotgun"
|
||||
w_class = WEIGHT_CLASS_BULKY
|
||||
|
||||
Reference in New Issue
Block a user