mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Reworked Orion Trail
Plays a bit differently. Slightly more challenging but still beatable with proper strategies in use.
This commit is contained in:
@@ -46,7 +46,7 @@ var/datum/antagonist/actor/actor
|
||||
set desc = "Join as an Actor to entertain the crew through television!"
|
||||
|
||||
if(!MayRespawn(1))
|
||||
usr << "<span class='warning'>You cannot respawn as an actor at this time.</span>"
|
||||
return
|
||||
|
||||
|
||||
if(istype(usr,/mob/dead/observer) || istype(usr,/mob/new_player))
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1135,13 +1135,13 @@ var/global/list/gear_datums = list()
|
||||
cost = 1
|
||||
|
||||
/datum/gear/cardemon_pack
|
||||
display_name = "Cardemon booster pack"
|
||||
display_name = "\improper Cardemon booster pack"
|
||||
path = /obj/item/weapon/pack/cardemon
|
||||
sort_category = "misc"
|
||||
cost = 1
|
||||
|
||||
/datum/gear/spaceball_pack
|
||||
display_name = "Spaceball booster pack"
|
||||
display_name = "\improper Spaceball booster pack"
|
||||
path = /obj/item/weapon/pack/spaceball
|
||||
sort_category = "misc"
|
||||
cost = 1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/obj/item/weapon/pack/cardemon
|
||||
name = "cardemon booster pack"
|
||||
name = "\improper Cardemon booster pack"
|
||||
desc = "Finally! A children's card game in space!"
|
||||
icon_state = "card_pack_cardemon"
|
||||
|
||||
|
||||
@@ -169,7 +169,7 @@
|
||||
deal_at(usr, over)
|
||||
|
||||
/obj/item/weapon/pack/
|
||||
name = "Card Pack"
|
||||
name = "card pack"
|
||||
desc = "For those with disposible income."
|
||||
|
||||
icon_state = "card_pack"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/obj/item/weapon/pack/spaceball
|
||||
name = "spaceball booster pack"
|
||||
name = "\improper Spaceball booster pack"
|
||||
desc = "Officially licensed to take your money."
|
||||
icon_state = "card_pack_spaceball"
|
||||
|
||||
|
||||
@@ -755,7 +755,7 @@ CIRCUITS BELOW
|
||||
id = "oriontrail"
|
||||
req_tech = list(TECH_DATA = 1)
|
||||
build_path = /obj/item/weapon/circuitboard/arcade/orion_trail
|
||||
sort_string = "MAAAA"
|
||||
sort_string = "MABAA"
|
||||
|
||||
/datum/design/circuit/seccamera
|
||||
name = "security camera monitor"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
author: TheWelp
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added boardgame item for use with table-top board games."
|
||||
- rscadd: "Added Actors Guild, an alternate spawn that allows players to control actors."
|
||||
- rscadd: "Added differing card decks, including a Tarot deck and two trading card games."
|
||||
- rscadd: "Remade /TG/Station's Orion Trail arcade machine with bay-specific modifications."
|
||||
Reference in New Issue
Block a user