diff --git a/code/game/gamemodes/cult/cult_comms.dm b/code/game/gamemodes/cult/cult_comms.dm index ede9f326fc..098fbcdf26 100644 --- a/code/game/gamemodes/cult/cult_comms.dm +++ b/code/game/gamemodes/cult/cult_comms.dm @@ -298,4 +298,5 @@ if(GLOB.blood_target) to_chat(B.current,"The blood mark has expired!") B.current.client.images -= GLOB.blood_target_image - QDEL_NULL(GLOB.blood_target) \ No newline at end of file + QDEL_NULL(GLOB.blood_target_image) + GLOB.blood_target = null