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:
Kashargul
2025-04-14 00:07:35 +02:00
committed by GitHub
parent 53ee76ad92
commit cdfa1c853f
170 changed files with 1262 additions and 1219 deletions
+2 -2
View File
@@ -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()
+2 -2
View File
@@ -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
+4 -4
View File
@@ -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"))
+2 -5
View File
@@ -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>