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:
Matt Atlas
2024-03-24 17:10:31 +00:00
committed by GitHub
co-authored by DreamySkrell <> Matt Atlas
parent e54a5297a5
commit fec6dbe24f
101 changed files with 255 additions and 215 deletions
+2 -2
View File
@@ -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)