Files
Aurora.3/code/modules/holodeck/HolodeckPrograms.dm
BurgerLUA e0430c1bdc [REVIEW ME PLS] Battle Monsters Card Game, or the last* PR. (#5141)
Overview
Adds Battle Monster cards. Battle Monsters is a collectable card game clone like Yugioh or magic the gathering. Players can purchase card packs and use them in games with actual rules to them.

Checklist
Card Generation Framework: 100%
Sprites: 80%
Game Rules: 90%
Deck Framework: 5%
Monster Cards: 20%
Spell/Trap Cards: 5%
Obtainable Status: 0%
2018-09-02 20:54:27 +03:00

10 lines
271 B
Plaintext

/datum/holodeck_program
var/target
var/list/ambience = null
var/loop_ambience = TRUE
/datum/holodeck_program/New(var/target, var/list/ambience = null, var/loop_ambience = TRUE)
src.target = target
src.ambience = ambience
src.loop_ambience = loop_ambience