mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 16:46:28 +01:00
Attempts to fix Gladius
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
/obj/item/weapon/melee/energy/sword/imperial
|
||||
name = "energy gladius"
|
||||
desc = "A broad, short energy blade. You'll be glad to have this in a fight."
|
||||
icon_state = "sword0"
|
||||
icon_state = "impsword"
|
||||
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')
|
||||
|
||||
/obj/item/weapon/melee/energy/sword/imperial/activate(mob/living/user)
|
||||
..()
|
||||
icon_state = "sword1"
|
||||
colorable = FALSE
|
||||
lcolor = "#FFFFFF"
|
||||
Reference in New Issue
Block a user