mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 23:11:52 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user