Halves floor tile throw damage and throw range. (#11215)

This commit is contained in:
Matt Atlas
2021-02-20 13:34:00 +01:00
committed by GitHub
parent 9b593b9a08
commit 91f0a43245
2 changed files with 45 additions and 4 deletions
@@ -193,13 +193,13 @@
/obj/item/stack/tile/floor
name = "floor tile"
singular_name = "floor tile"
desc = "Those could work as a pretty decent throwing weapon" //why?
desc = "Used to cover up your horrible art."
icon_state = "tile"
force = 6.0
force = 6
matter = list(DEFAULT_WALL_MATERIAL = TILE_MATERIAL_AMOUNT)
throwforce = 15.0
throwforce = 6
throw_speed = 5
throw_range = 20
throw_range = 10
flags = CONDUCT
/obj/item/stack/tile/floor_red