Fixes merchants making a lot of money with little effort (#3815)

This should fix merchants getting insane ammounts of credits due to plasma.

Also, fix an issue with a vampire message check.
This commit is contained in:
Alberyk
2017-11-05 08:50:45 -02:00
committed by Erki
parent b9266bb8c4
commit 36b6642c83
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,8 @@
return 0
if(is_special_character(T) && (!(T.mind.vampire.status & VAMP_ISTHRALL)))
user << "<span class='warning'>\The [T]'s mind is too strong to be affected by our powers!</span>"
if (notify)
to_chat(src, "<span class='warning'>\The [T]'s mind is too strong to be affected by our powers!</span>")
return 0
if (account_loyalty_implant)