mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-14 10:51:29 +01:00
5926589c16
* removes var/ inside all procs * . * ugh
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
/datum/holodeck_program
|
|
var/target
|
|
var/list/ambience = null
|
|
|
|
/datum/holodeck_program/New(target, list/ambience = null)
|
|
src.target = target
|
|
src.ambience = ambience
|