mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
New Check (#11304)
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
desc = "Finally! A children's card game in space!"
|
||||
icon_state = "card_pack_cardemon"
|
||||
|
||||
/obj/item/pack/cardemon/New()
|
||||
/obj/item/pack/cardemon/Initialize()
|
||||
. = ..()
|
||||
var/datum/playingcard/P
|
||||
var/i
|
||||
for(i=0; i<5; i++)
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
desc = "Officially licensed to take your money."
|
||||
icon_state = "card_pack_spaceball"
|
||||
|
||||
/obj/item/pack/spaceball/New()
|
||||
/obj/item/pack/spaceball/Initialize()
|
||||
. = ..()
|
||||
var/datum/playingcard/P
|
||||
var/i
|
||||
var/year = 554 + text2num(time2text(world.timeofday, "YYYY"))
|
||||
@@ -20,4 +21,4 @@
|
||||
P.card_icon = "spaceball_standard"
|
||||
P.back_icon = "card_back_spaceball"
|
||||
|
||||
cards += P
|
||||
cards += P
|
||||
Reference in New Issue
Block a user