mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Adds a new arcade game, the "NT Recruiter Simulator" (#21919)
* NT Recruiter arcade * TGUI and other tweaks * No longer called curriculum * Name now matches with species * almost there * TGUI, MORE tweaks * removing useless stuff * breaking some lines * Lets gooo * More sounds effects and screen adjustments * missing sound here * More sounds and records * Moooore records * TGUI title, volume tweaks and sprites added * Added the rest of the records * Invaliid planet and other small tweaks * New reward amount * More tips * added design and more tweaks to volumes * tweaks to values and records * Better comment * More tweaks to sounds * Apply suggestions from code review Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> * DGamerL review * job typo * typo and cybersun is actually bad * golem bad * We now check for matching names * Tweaks to the TGUI buttons * begin shift * tgui conflict * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * data list indentation * tgui rebuild * Apply suggestions from code review Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * tgui rebuild * tgui rebuild * tgui rebuild * Moving to naother file * moving to another place part 2 * ops * tgui rebuild * sprite conflict pt1 * adding sprite back * tgui rebuild * its conflict time * tgui rebuild and sprite conflicts * tgui rebuild * New CEO child name * Better do it later --------- Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
@@ -492,6 +492,16 @@
|
||||
build_path = /obj/item/circuitboard/arcade/orion_trail
|
||||
category = list("Misc. Machinery")
|
||||
|
||||
/datum/design/nt_recruiter
|
||||
name = "Machine Board (NT Recruiter Simulator Arcade Machine)"
|
||||
desc = "Allows for the construction of circuit boards used to build a new NT Recruiter Simulator machine."
|
||||
id = "arcademachinerecruiter"
|
||||
req_tech = list("programming" = 1)
|
||||
build_type = IMPRINTER
|
||||
materials = list(MAT_GLASS = 1000)
|
||||
build_path = /obj/item/circuitboard/arcade/recruiter
|
||||
category = list("Misc. Machinery")
|
||||
|
||||
/datum/design/ore_redemption
|
||||
name = "Machine Design (Ore Redemption Board)"
|
||||
desc = "The circuit board for an Ore Redemption machine."
|
||||
|
||||
Reference in New Issue
Block a user