mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Fixes Elven Weapons
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
name = "broken bug"
|
name = "broken bug"
|
||||||
desc = "" //Even when it's broken it's inconspicuous
|
desc = "" //Even when it's broken it's inconspicuous
|
||||||
icon = 'icons/obj/weapons.dmi'
|
icon = 'icons/obj/weapons.dmi'
|
||||||
icon_state = "eshield0"
|
icon_state = "eshield"
|
||||||
item_state = "nothing"
|
item_state = "nothing"
|
||||||
layer = TURF_LAYER+0.2
|
layer = TURF_LAYER+0.2
|
||||||
w_class = ITEMSIZE_TINY
|
w_class = ITEMSIZE_TINY
|
||||||
@@ -75,7 +75,7 @@
|
|||||||
name = "bug"
|
name = "bug"
|
||||||
desc = "" //Nothing to see here
|
desc = "" //Nothing to see here
|
||||||
icon = 'icons/obj/weapons.dmi'
|
icon = 'icons/obj/weapons.dmi'
|
||||||
icon_state = "eshield0"
|
icon_state = "eshield"
|
||||||
item_state = "nothing"
|
item_state = "nothing"
|
||||||
layer = TURF_LAYER+0.2
|
layer = TURF_LAYER+0.2
|
||||||
w_class = ITEMSIZE_TINY
|
w_class = ITEMSIZE_TINY
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
icon_state = "impsword"
|
icon_state = "impsword"
|
||||||
icon = 'icons/obj/weapons_vr.dmi'
|
icon = 'icons/obj/weapons_vr.dmi'
|
||||||
item_icons = list(slot_l_hand_str = 'icons/mob/items/lefthand_melee_vr.dmi', slot_r_hand_str = 'icons/mob/items/righthand_melee_vr.dmi')
|
item_icons = list(slot_l_hand_str = 'icons/mob/items/lefthand_melee_vr.dmi', slot_r_hand_str = 'icons/mob/items/righthand_melee_vr.dmi')
|
||||||
colorable = FALSE
|
colorable = FALSE
|
||||||
lcolor = "#FFFFFF"
|
lcolor = "#FFFFFF"
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "energy scutum"
|
name = "energy scutum"
|
||||||
desc = "It's really easy to mispronounce the name of this shield if you've only read it in books."
|
desc = "It's really easy to mispronounce the name of this shield if you've only read it in books."
|
||||||
icon = 'icons/obj/weapons_vr.dmi'
|
icon = 'icons/obj/weapons_vr.dmi'
|
||||||
icon_state = "eshield0" // eshield1 for expanded
|
icon_state = "impshield" // eshield1 for expanded
|
||||||
item_icons = list(slot_l_hand_str = 'icons/mob/items/lefthand_melee_vr.dmi', slot_r_hand_str = 'icons/mob/items/righthand_melee_vr.dmi')
|
item_icons = list(slot_l_hand_str = 'icons/mob/items/lefthand_melee_vr.dmi', slot_r_hand_str = 'icons/mob/items/righthand_melee_vr.dmi')
|
||||||
|
|
||||||
/obj/item/weapon/shield/fluff/wolfgirlshield
|
/obj/item/weapon/shield/fluff/wolfgirlshield
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user