mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Cult and antag fixes/tweaks (#3524)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user