mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Arcade Carpetting
Adds arcade carpet to (obviously) the arcade - Credit to Goonstation for the arcade carpet sprites Adds arcade carpet as a prize in the prize counter. Adds a security camera and holopad to Metastation pad Adds stools to both arcades and rearranges the arcade games in the Cyberiad arcade
This commit is contained in:
@@ -298,6 +298,12 @@ var/global/datum/prizes/global_prizes = new
|
||||
typepath = /obj/item/stack/tile/fakespace/loaded
|
||||
cost = 150
|
||||
|
||||
/datum/prize_item/arcadecarpet
|
||||
name = "Arcade Carpet"
|
||||
desc = "A stack of genuine arcade carpet tiles, complete with authentic soft drink stains!"
|
||||
typepath = /obj/item/stack/tile/arcade_carpet/loaded
|
||||
cost = 150
|
||||
|
||||
/datum/prize_item/bike
|
||||
name = "Awesome Bike!"
|
||||
desc = "WOAH."
|
||||
|
||||
Reference in New Issue
Block a user