deletes an unneeded space
This commit is contained in:
@@ -516,7 +516,7 @@
|
||||
return
|
||||
if(stat != DEAD && !is_servant_of_ratvar(src))
|
||||
return
|
||||
if (is_eligible_servant(src))
|
||||
if(is_eligible_servant(src))
|
||||
add_servant_of_ratvar(src)
|
||||
to_chat(src, "<span class='heavy_brass'>Ratvar's influence invades your mind, praise the Justiciar!</span>")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user