From 065f3c8a9dbff720d16892000438006796f5c7fe Mon Sep 17 00:00:00 2001 From: ProperPants Date: Wed, 30 Mar 2016 21:32:41 -0400 Subject: [PATCH] Removed the tiles because apparently they're pointless. --- code/game/objects/items/stacks/rods.dm | 12 +++++----- .../objects/items/stacks/tiles/tile_types.dm | 23 ------------------- 2 files changed, 6 insertions(+), 29 deletions(-) diff --git a/code/game/objects/items/stacks/rods.dm b/code/game/objects/items/stacks/rods.dm index 49f737a29db..c0eebb4871b 100644 --- a/code/game/objects/items/stacks/rods.dm +++ b/code/game/objects/items/stacks/rods.dm @@ -22,13 +22,13 @@ icon_state = "rods" item_state = "rods" flags = CONDUCT - w_class = 3.0 - force = 9.0 - throwforce = 10.0 - throw_speed = 3 - throw_range = 7 + w_class = + force = + throwforce = + throw_speed = + throw_range = materials = list() - max_amount = 60 + max_amount = attack_verb = list("hit", "bludgeoned", "whacked") hitsound = 'sound/weapons/grenadelaunch.ogg' diff --git a/code/game/objects/items/stacks/tiles/tile_types.dm b/code/game/objects/items/stacks/tiles/tile_types.dm index c6af5c5beee..d7fcf1bcb53 100644 --- a/code/game/objects/items/stacks/tiles/tile_types.dm +++ b/code/game/objects/items/stacks/tiles/tile_types.dm @@ -49,14 +49,6 @@ icon_state = "tile-wood" turf_type = /turf/simulated/floor/wood -/obj/item/stack/tile/wood/cyborg - name = "wood floor tiles" - gender = PLURAL - singular_name = "wood floor tile" - desc = "an easy to fit wood floor tile" - icon_state = "tile-wood" - turf_type = /turf/simulated/floor/wood - /* * Carpets */ @@ -85,21 +77,6 @@ turf_type = /turf/simulated/floor/plasteel mineralType = "metal" -/obj/item/stack/tile/plasteel/cyborg - name = "floor tiles" - gender = PLURAL - singular_name = "floor tile" - desc = "Those could work as a pretty decent throwing weapon." - icon_state = "tile" - force = 6 - materials = list(MAT_METAL=500) - throwforce = 10 - throw_speed = 3 - throw_range = 7 - flags = CONDUCT - turf_type = /turf/simulated/floor/plasteel - mineralType = "metal" - /* * Light */