mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
Merge pull request #922 from Kabramen/walls
Walls and poker tables for the new wood types
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user