mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-06 06:38:02 +01:00
14d7cc6a4d
* 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
|