mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Items with throw_range over 7 reduced to throw_range 7. This does not affect players as there's no way to extend your vision range.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
g_amt = 0
|
||||
throwforce = 2
|
||||
throw_speed = 3
|
||||
throw_range = 10
|
||||
throw_range = 7
|
||||
origin_tech = "magnets=1"
|
||||
|
||||
var/secured = 1
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
throwforce = 5
|
||||
w_class = 2.0
|
||||
throw_speed = 2
|
||||
throw_range = 10
|
||||
throw_range = 7
|
||||
|
||||
var/secured = 0
|
||||
var/obj/item/device/assembly/a_left = null
|
||||
|
||||
Reference in New Issue
Block a user