mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Merge pull request #3709 from FalseIncarnate/arcade
Buildable Prize Counter Boards and Non-silent Rocks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user