mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
[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%
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
/datum/holodeck_program
|
||||
var/target
|
||||
var/list/ambience = null
|
||||
var/loop_ambience = TRUE
|
||||
|
||||
/datum/holodeck_program/New(var/target, var/list/ambience = null)
|
||||
/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
|
||||
|
||||
Reference in New Issue
Block a user