Merge pull request #12168 from Fox-McCloud/ashwalker-tweak

Ashwalker Map Tweaks--Wooden Tools
This commit is contained in:
variableundefined
2019-09-03 08:41:10 -04:00
committed by GitHub
3 changed files with 10 additions and 1 deletions
@@ -1066,6 +1066,7 @@
/obj/structure/stone_tile/block/cracked{
dir = 1
},
/obj/item/cultivator/rake,
/obj/effect/mapping_helpers/no_lava,
/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
@@ -1305,6 +1306,7 @@
dir = 8
},
/obj/structure/stone_tile/center,
/obj/item/hatchet/wooden,
/obj/effect/mapping_helpers/no_lava,
/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
@@ -1326,10 +1328,10 @@
/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
"dw" = (
/obj/item/reagent_containers/glass/bucket,
/obj/structure/stone_tile/block/cracked{
dir = 4
},
/obj/item/reagent_containers/glass/bucket/wooden,
/obj/effect/mapping_helpers/no_lava,
/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
@@ -86,6 +86,7 @@
name = "hatchet"
desc = "A very sharp axe blade upon a short fibremetal handle. It has a long history of chopping things, but now it is used for chopping wood."
icon_state = "hatchet"
item_state = "hatchet"
flags = CONDUCT
force = 12
w_class = WEIGHT_CLASS_TINY
@@ -109,6 +110,12 @@
icon_state = "unathiknife"
attack_verb = list("ripped", "torn", "cut")
/obj/item/hatchet/wooden
desc = "A crude axe blade upon a short wooden handle."
icon_state = "woodhatchet"
materials = null
flags = NONE
/obj/item/scythe
icon_state = "scythe0"
name = "scythe"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 145 KiB

After

Width:  |  Height:  |  Size: 145 KiB