mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
New to init final (#17512)
* Initial * some more * next few * only light left * fix things up * some rmore fixes * guh * Update ai_vr.dm * comment * lets try something * . * hmm * . * . * hmm * push that here * fix layout * grrr
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
icon_state = "cag_black"
|
||||
blanks = 0
|
||||
|
||||
/obj/item/deck/cah/New()
|
||||
..()
|
||||
/obj/item/deck/cah/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/playingcard/P
|
||||
for(var/cardtext in card_text_list)
|
||||
P = new()
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
icon_state = "card_pack_spaceball"
|
||||
parentdeck = "spaceball"
|
||||
|
||||
/obj/item/pack/spaceball/New()
|
||||
..()
|
||||
/obj/item/pack/spaceball/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/playingcard/P
|
||||
var/i
|
||||
var/year = 300 + text2num(time2text(world.timeofday, "YYYY")) //VOREStation Edit
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
desc = "For all your occult needs!"
|
||||
icon_state = "deck_tarot"
|
||||
|
||||
/obj/item/deck/tarot/New()
|
||||
..()
|
||||
/obj/item/deck/tarot/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
var/datum/playingcard/P
|
||||
for(var/name in list("Fool","Magician","High Priestess","Empress","Emperor","Hierophant","Lovers","Chariot","Strength","Hermit","Wheel of Fortune","Justice","Hanged Man","Death","Temperance","Devil","Tower","Star","Moon","Sun","Judgement","World"))
|
||||
@@ -49,8 +49,8 @@
|
||||
desc = "A limited edition tarot deck for the scene-girl inclined!"
|
||||
icon_state = "dark_tarot"
|
||||
|
||||
/obj/item/deck/dark_tarot/New()
|
||||
..()
|
||||
/obj/item/deck/dark_tarot/Initialize(mapload)
|
||||
. = ..()
|
||||
|
||||
var/datum/playingcard/P
|
||||
for(var/name in list("fool","magician","high priestess","empress","emperor","hierophant","lovers","chariot","strength","hermit","wheel of fortune","justice","hanged man","death","temperance","devil","tower","star","moon","sun","judgement","world","white dragon with blue eyes","charred lizard","dark lotus","bash","reverse","rules","acid","abyss","maw"))
|
||||
|
||||
@@ -15,8 +15,8 @@
|
||||
desc = "A Wiz-Off deck. Fight an arcane battle for the fate of the universe: Draw 5! Play 5! Best of 5!"
|
||||
icon_state = "wizoff"
|
||||
|
||||
/obj/item/deck/wizoff/New()
|
||||
..()
|
||||
/obj/item/deck/wizoff/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/playingcard/P
|
||||
for(var/cardtext in card_wiz_list)
|
||||
P = new()
|
||||
@@ -64,9 +64,6 @@
|
||||
title = "WizOff Guide"
|
||||
drop_sound = 'sound/items/drop/paper.ogg'
|
||||
pickup_sound = 'sound/items/pickup/paper.ogg'
|
||||
|
||||
/obj/item/book/manual/wizzoffguide/New()
|
||||
..()
|
||||
dat = {"
|
||||
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user