Merge pull request #3709 from FalseIncarnate/arcade

Buildable Prize Counter Boards and Non-silent Rocks
This commit is contained in:
Fox McCloud
2016-02-25 22:52:13 -05:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1361,6 +1361,7 @@ obj/item/toy/cards/deck/syndicate/black
force = 5
throwforce = 5
attack_verb = list("attacked", "bashed", "smashed", "stoned")
hitsound = "swing_hit"
/obj/item/toy/pet_rock/fred
name = "fred"
@@ -495,6 +495,7 @@
/datum/design/prize_counter
name = "Machine Design (Prize Counter)"
desc = "The circuit board for an arcade Prize Counter."
id = "prize_counter"
req_tech = list("programming" = 2, "materials" = 2)
build_type = IMPRINTER
materials = list(MAT_GLASS=1000, "sacid"=20)