thethirteenthofmany
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/obj/item/singularityhammer
|
/obj/item/singularityhammer
|
||||||
name = "singularity hammer"
|
name = "singularity hammer"
|
||||||
desc = "The pinnacle of close combat technology, the hammer harnesses the power of a miniaturized singularity to deal crushing blows."
|
desc = "The pinnacle of close combat technology, the hammer harnesses the power of a miniaturized singularity to deal crushing blows."
|
||||||
icon_state = "mjollnir0"
|
icon_state = "singularity_hammer0"
|
||||||
lefthand_file = 'icons/mob/inhands/weapons/hammers_lefthand.dmi'
|
lefthand_file = 'icons/mob/inhands/weapons/hammers_lefthand.dmi'
|
||||||
righthand_file = 'icons/mob/inhands/weapons/hammers_righthand.dmi'
|
righthand_file = 'icons/mob/inhands/weapons/hammers_righthand.dmi'
|
||||||
flags_1 = CONDUCT_1
|
flags_1 = CONDUCT_1
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
/obj/item/singularityhammer/ComponentInitialize()
|
/obj/item/singularityhammer/ComponentInitialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
AddComponent(/datum/component/two_handed, force_multiplier=4, icon_wielded="mjollnir1")
|
AddComponent(/datum/component/two_handed, force_multiplier=4, icon_wielded="singularity_hammer1")
|
||||||
|
|
||||||
/// triggered on wield of two handed item
|
/// triggered on wield of two handed item
|
||||||
/obj/item/singularityhammer/proc/on_wield(obj/item/source, mob/user)
|
/obj/item/singularityhammer/proc/on_wield(obj/item/source, mob/user)
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
wielded = FALSE
|
wielded = FALSE
|
||||||
|
|
||||||
/obj/item/singularityhammer/update_icon_state()
|
/obj/item/singularityhammer/update_icon_state()
|
||||||
icon_state = "mjollnir0"
|
icon_state = "singularity_hammer0"
|
||||||
|
|
||||||
/obj/item/singularityhammer/Destroy()
|
/obj/item/singularityhammer/Destroy()
|
||||||
STOP_PROCESSING(SSobj, src)
|
STOP_PROCESSING(SSobj, src)
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 5.2 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 130 KiB |
Reference in New Issue
Block a user