virtual reality component improvements, fixes and documentation.

This commit is contained in:
Ghommie
2019-12-14 17:19:48 +01:00
parent f637e1e060
commit 3891c91799
21 changed files with 237 additions and 122 deletions
@@ -30,11 +30,13 @@
return ..()
/datum/component/fantasy/RegisterWithParent()
. = ..()
var/obj/item/master = parent
originalName = master.name
modify()
/datum/component/fantasy/UnregisterFromParent()
. = ..()
unmodify()
/datum/component/fantasy/InheritComponent(datum/component/fantasy/newComp, original, list/arguments)