mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
* Reworks and Cleans Up Ambience Code * Removes Unused Defines; Minor Code Comments * Cleans Up Code Comments * Changelog * Changelog Update
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
/datum/holodeck_program
|
|
var/target
|
|
var/list/ambience = null
|
|
|
|
/datum/holodeck_program/New(var/target, var/list/ambience = null)
|
|
src.target = target
|
|
src.ambience = ambience
|