xenobio
Vars | |
full_sound | sound played when the mimic attempts to eat more items than it can |
---|---|
Procs | |
insert | Called by toggle_open to put items inside the mimic when it's being closed |
toggle_open | Used to open and close the mimic |
Var Details
full_sound
sound played when the mimic attempts to eat more items than it can
Proc Details
insert
Called by toggle_open to put items inside the mimic when it's being closed
Will return -1 if the insertion fails due to the storage capacity of the mimic having been reached Will return FALSE if insertion fails Will return TRUE if insertion succeeds Arguments:
- AM - item to be inserted
toggle_open
Used to open and close the mimic
Will insert tile contents into the mimic when closing Will dump mimic contents into the time when opening Does nothing if the mimic locked itself