Merge pull request #922 from Kabramen/walls

Walls and poker tables for the new wood types
This commit is contained in:
QuoteFox
2021-01-26 11:54:40 +00:00
committed by GitHub
14 changed files with 249 additions and 7 deletions
+15 -1
View File
@@ -68,5 +68,19 @@ datum/bounty/item/mining/plaswood
name = "Plaswood Planks"
description = "Central Command's carpentry department needs more exotic wood, send us some plaswood planks!"
reward = 5500
required_count = 50
required_count = 100
wanted_types = list(/obj/item/stack/sheet/mineral/plaswood)
datum/bounty/item/mining/gmushroom
name = "Mushroom Planks"
description = "Central Command's carpentry department needs more exotic 'wood', send us some mushroom planks!"
reward = 1100
required_count = 100
wanted_types = list(/obj/item/stack/sheet/mineral/gmushroom)
datum/bounty/item/mining/shadoww
name = "Shadow Planks"
description = "Central Command's carpentry department needs more exotic wood, send us some shadow planks!"
reward = 900
required_count = 100
wanted_types = list(/obj/item/stack/sheet/mineral/shadoww)