mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Adjusts the force of all items to be multiplied. (#18708)
* force balancing? * force * cl & maglight nerf --------- Co-authored-by: DreamySkrell <> Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
co-authored by
DreamySkrell <>
Matt Atlas
parent
e54a5297a5
commit
fec6dbe24f
@@ -259,7 +259,7 @@
|
||||
desc = "May the force be within you. Sorta."
|
||||
icon = 'icons/obj/weapons.dmi'
|
||||
icon_state = "sword0"
|
||||
force = 3.0
|
||||
force = 3
|
||||
throw_speed = 1
|
||||
throw_range = 5
|
||||
throwforce = 0
|
||||
@@ -294,7 +294,7 @@
|
||||
/obj/item/holo/esword/attack_self(mob/living/user as mob)
|
||||
active = !active
|
||||
if (active)
|
||||
force = 30
|
||||
force = 33
|
||||
icon_state = "sword[item_color]"
|
||||
w_class = ITEMSIZE_LARGE
|
||||
playsound(user, 'sound/weapons/saberon.ogg', 50, 1)
|
||||
|
||||
Reference in New Issue
Block a user