mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Reworks and Cleans Up Ambience Code (#14652)
* Reworks and Cleans Up Ambience Code * Removes Unused Defines; Minor Code Comments * Cleans Up Code Comments * Changelog * Changelog Update
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
/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)
|
||||
/datum/holodeck_program/New(var/target, var/list/ambience = null)
|
||||
src.target = target
|
||||
src.ambience = ambience
|
||||
src.loop_ambience = loop_ambience
|
||||
|
||||
Reference in New Issue
Block a user