nearby_fake_item ![code/modules/hallucination/nearby_fake_item.dm 2](git.png)
A hallucination that delivers the illusion that someone nearby has pulled out a weapon or item.
Vars | |
generated_image | The image we actually generate |
---|---|
image_icon_state | The icon state of the files to make the image from |
left_hand_file | The icon file to draw from for left hand icons |
right_hand_file | The icon file to draw from for right hand icons |
Procs | |
generate_fake_image | Generates the image with the given file on the passed mob. |
remove_image | Remove the image when all's said and done. |
Var Details
generated_image ![code/modules/hallucination/nearby_fake_item.dm 15](git.png)
The image we actually generate
image_icon_state ![code/modules/hallucination/nearby_fake_item.dm 11](git.png)
The icon state of the files to make the image from
left_hand_file ![code/modules/hallucination/nearby_fake_item.dm 7](git.png)
The icon file to draw from for left hand icons
right_hand_file ![code/modules/hallucination/nearby_fake_item.dm 9](git.png)
The icon file to draw from for right hand icons
Proc Details
generate_fake_image
Generates the image with the given file on the passed mob.
remove_image
Remove the image when all's said and done.