mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Hidden identity fixes (#28233)
* Hidden identity fixes * The tests * Sets gender on test
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user