03-12-2018, 04:08 PM
Summary
Firegibbed mobs drop all equipped items (including held ones) onto the tile beneath them. Dropped equipment gains a singed prefix.
The discussion
The pull request
Tech Notes
/mob/proc/firegib() adds the singe_equipment and unequip_all methods which drops everything the mob is wearing/holding onto the tile the mob was on plus gives those items the 'singed' prefix.
PS. how's the format look? Thought I'd try something different, hope it is clear enough.
EDIT: singe prefix included
Firegibbed mobs drop all equipped items (including held ones) onto the tile beneath them. Dropped equipment gains a singed prefix.
The discussion
The pull request
Tech Notes
/mob/proc/firegib() adds the singe_equipment and unequip_all methods which drops everything the mob is wearing/holding onto the tile the mob was on plus gives those items the 'singed' prefix.
PS. how's the format look? Thought I'd try something different, hope it is clear enough.
EDIT: singe prefix included