From 50c531eca17bc1dda87fec47f7a5c623e037049c Mon Sep 17 00:00:00 2001 From: Deelite34 Date: Thu, 30 Jul 2020 15:56:59 +0200 Subject: [PATCH] Update talisman.dm --- code/game/gamemodes/cult/talisman.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/cult/talisman.dm b/code/game/gamemodes/cult/talisman.dm index 60d2a7ff73b..492d128e222 100644 --- a/code/game/gamemodes/cult/talisman.dm +++ b/code/game/gamemodes/cult/talisman.dm @@ -4,7 +4,7 @@ var/cultist_name = "talisman" var/cultist_desc = "A basic talisman. It serves no purpose." var/invocation = "Naise meam!" - info = "


" + info = "


" var/uses = 1 var/health_cost = 0 //The amount of health taken from the user when invoking the talisman