mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Winter Quest (#21721)
Adds the Winter Quest rulebook as a item in the Toy section of the loadout. It is not species restricted. Text implementation is a bit cumbersome. If it is possible to pull from a txt file onto paper then changes can be made to do so. Otherwise, based on the implementation of the ZAT instruction file. A minor change, but a variable for the journal has been added to check for closed overlays. Added for if future journal-like books are added that do not use the default journal overlay. Sprite made by me. --------- Signed-off-by: CatsinHD <31459154+CatsinHD@users.noreply.github.com> Co-authored-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com> Co-authored-by: Casper3667 <8396443+Casper3667@users.noreply.github.com>
This commit is contained in:
co-authored by
Cody Brittain
Casper3667
parent
f096af7b7b
commit
5561356136
@@ -189,3 +189,10 @@
|
||||
cost = 1
|
||||
allowed_roles = list("Off-Duty Crew Member", "Passenger")
|
||||
path = /obj/item/toy/football
|
||||
|
||||
/datum/gear/toy/winterquest
|
||||
display_name = "Winter Quest rulebook"
|
||||
description = "The core rulebook for Winter Quest, a tabletop roleplaying game from Little Adhomai."
|
||||
cost = 1
|
||||
path = /obj/item/journal/winter_quest
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
Reference in New Issue
Block a user