revenant ![code/modules/mob/living/basic/space_fauna/revenant/revenant_items.dm 2](git.png)
Vars | |
inert | Are we inert (aka distorted such that we can't reform)? |
---|---|
old_ckey | The key of the revenant that we started the reform as |
reforming | Are we currently reforming? |
revenant | The revenant we're currently storing |
Procs | |
get_new_user | Handles giving the revenant a new client to control it |
reform | Actually moves the revenant out of ourself |
Var Details
inert ![code/modules/mob/living/basic/space_fauna/revenant/revenant_items.dm 11](git.png)
Are we inert (aka distorted such that we can't reform)?
old_ckey ![code/modules/mob/living/basic/space_fauna/revenant/revenant_items.dm 13](git.png)
The key of the revenant that we started the reform as
reforming ![code/modules/mob/living/basic/space_fauna/revenant/revenant_items.dm 9](git.png)
Are we currently reforming?
revenant ![code/modules/mob/living/basic/space_fauna/revenant/revenant_items.dm 17](git.png)
The revenant we're currently storing
Proc Details
get_new_user
Handles giving the revenant a new client to control it
reform
Actually moves the revenant out of ourself