Hidden identity fixes (#28233)

* Hidden identity fixes

* The tests

* Sets gender on test
This commit is contained in:
adrian
2020-11-26 06:40:37 -03:00
committed by GitHub
parent 87541c5bb9
commit 71e2f218ed
8 changed files with 84 additions and 42 deletions

View File

@@ -165,6 +165,18 @@
// datum/mind/mind: the mind that just got transferred.
/lazy_event/after_mind_transfer
// Called when mob equips an item
// Arguments:
// atom/item: the item
// slot: the slot
/lazy_event/on_equipped
// Called when mob unequippes an item
// Arguments:
// atom/item: the item
/lazy_event/on_unequipped
/datum
/// Associative list of type path -> list(),
/// where the type path is a descendant of /event_type.