blob  
| Vars | |
| chaser_blob_head | The image for the chaser zombie's blob head | 
|---|---|
| conclude_delay | The amount of time in deciseconds the hallucination should continue after final expansion. | 
| expand_delay | The delay at which the blob expands in deciseconds. Shouldn't be too low to prevent lag. | 
| expand_queue | List of turfs that need expanding from. | 
| expand_timer | Expand timer handle. | 
| player_zombie | The self delusion blob zombie hallucination, triggers on knockdown. | 
| processed | Associative list of turfs that have already been processed. | 
| target_blob_head | The image for the player zombie's blob head | 
| zombie | The blob zombie hallucination. | 
| Procs | |
| create_blob | Creates a fake blob overlay on the given turf. | 
| expand | Called regularly in a timer to process the blob expanding. | 
Var Details
chaser_blob_head  
The image for the chaser zombie's blob head
conclude_delay  
The amount of time in deciseconds the hallucination should continue after final expansion.
expand_delay  
The delay at which the blob expands in deciseconds. Shouldn't be too low to prevent lag.
expand_queue  
List of turfs that need expanding from.
expand_timer  
Expand timer handle.
player_zombie  
The self delusion blob zombie hallucination, triggers on knockdown.
processed  
Associative list of turfs that have already been processed.
target_blob_head  
The image for the player zombie's blob head
zombie  
The blob zombie hallucination.
Proc Details
create_blob
Creates a fake blob overlay on the given turf.
Arguments:
- T - The turf to create a fake blob overlay on.
expand
Called regularly in a timer to process the blob expanding.