Cult and antag fixes/tweaks (#3524)

This commit is contained in:
Alberyk
2017-10-03 00:34:01 -03:00
committed by Lohikar
parent 95bb5c7668
commit 8e53ea0c78
19 changed files with 91 additions and 61 deletions
+7
View File
@@ -13,6 +13,9 @@
if(shattered) return
if(user.mind && user.mind.vampire && (!(user.mind.vampire.status & VAMP_ISTHRALL)))
user << "<span class='notice'>Your reflection appears distorted on the surface of \the [src].</span>"
if(ishuman(user))
var/datum/nano_module/appearance_changer/AC = ui_users[user]
if(!AC)
@@ -108,6 +111,10 @@
var/list/ui_users = list()
/obj/item/weapon/mirror/attack_self(mob/user as mob)
if(user.mind && user.mind.vampire && (!(user.mind.vampire.status & VAMP_ISTHRALL)))
user << "<span class='notice'>Your reflection appears distorted on the surface of \the [src].</span>"
if(ishuman(user))
var/datum/nano_module/appearance_changer/AC = ui_users[user]
if(!AC)