Merge pull request #15149 from keronshb/dynamicport

(Probably ready for test merge) DYNAMIC 2021
This commit is contained in:
Putnam3145
2021-10-07 18:14:59 -07:00
committed by GitHub
76 changed files with 2349 additions and 3077 deletions
+2
View File
@@ -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)
+7
View File
@@ -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"