mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54: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
@@ -650,5 +650,5 @@ var/list/holder_mob_icon_cache = list()
|
||||
icon_state = "cod_rest"
|
||||
item_state = "cod_rest"
|
||||
hitsound = 'sound/effects/snap.ogg'
|
||||
force = 6//quite large fishey
|
||||
force = 14//quite large fishey
|
||||
throwforce = 6
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
desc = "Goo extracted from a slime. Legends claim these to have \"magical powers\"."
|
||||
icon = 'icons/mob/npc/slimes.dmi'
|
||||
icon_state = "grey slime extract"
|
||||
force = 1.0
|
||||
force = 1
|
||||
w_class = ITEMSIZE_TINY
|
||||
throwforce = 0
|
||||
throw_speed = 3
|
||||
|
||||
Reference in New Issue
Block a user