Merge pull request #15149 from keronshb/dynamicport
(Probably ready for test merge) DYNAMIC 2021
This commit is contained in:
@@ -71,6 +71,8 @@
|
||||
///What character we spawned in as- either at roundstart or latejoin, so we know for persistent scars if we ended as the same person or not
|
||||
var/mob/original_character
|
||||
|
||||
/// A lazy list of statuses to add next to this mind in the traitor panel
|
||||
var/list/special_statuses
|
||||
|
||||
/datum/mind/New(var/key)
|
||||
skill_holder = new(src)
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
/// This should match the interface of /client wherever necessary.
|
||||
/datum/client_interface
|
||||
/// Player preferences datum for the client
|
||||
var/datum/preferences/prefs
|
||||
|
||||
/// The view of the client, similar to /client/var/view.
|
||||
var/view = "15x15"
|
||||
Reference in New Issue
Block a user