Abuse this ya fucks.

This commit is contained in:
SandPoot
2022-03-05 12:36:49 -03:00
parent 4b4f39a360
commit 43cac7ff46
@@ -122,11 +122,13 @@
/obj/item/crusher_trophy/blaster_tubes/mask/add_to(obj/item/kinetic_crusher/H, mob/living/user)
. = ..()
H.force += bonus_value
if(.)
H.force += bonus_value
/obj/item/crusher_trophy/blaster_tubes/mask/remove_from(obj/item/kinetic_crusher/H, mob/living/user)
. = ..()
H.force -= bonus_value
if(.)
H.force -= bonus_value
//lava imp
/obj/item/crusher_trophy/blaster_tubes/impskull
@@ -251,8 +253,8 @@
. = ..()
if(.)
var/datum/component/two_handed/TH = H.GetComponent(/datum/component/two_handed)
H.charge_time += 15
TH.force_wielded += 12
H.charge_time += 12
TH.force_wielded += 15
//hierophant crusher small changes
/obj/item/crusher_trophy/vortex_talisman
@@ -442,7 +444,7 @@
var/dir = get_dir(user, chargeturf)//get direction
var/turf/T = get_ranged_target_turf(chargeturf,dir,range)//get final dash turf
if(!T) //the final dash turf was out of range - we settle for the target turf instead
T = chargeturf
T = chargeturf
playsound(user, pick('modular_sand/sound/sif/whoosh1.ogg', 'modular_sand/sound/sif/whoosh2.ogg', 'modular_sand/sound/sif/whoosh3.ogg'), 300, 1)
new /obj/effect/temp_visual/decoy/fading(user.loc, user)
//Stop movement