mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 21:19:44 +01:00
only missing alt titles
This commit is contained in:
@@ -197,7 +197,7 @@ var/list/adminfaxes = list() //cache for faxes that have been sent to admins
|
||||
rank = scan.assignment
|
||||
else if(login_type == LOGIN_TYPE_AI && isAI(usr))
|
||||
authenticated = usr.name
|
||||
rank = "AI"
|
||||
rank = JOB_AI
|
||||
else if(login_type == LOGIN_TYPE_ROBOT && isrobot(usr))
|
||||
authenticated = usr.name
|
||||
var/mob/living/silicon/robot/R = usr
|
||||
|
||||
@@ -517,7 +517,7 @@
|
||||
/obj/item/weapon/paper/attackby(obj/item/weapon/P as obj, mob/user as mob)
|
||||
..()
|
||||
var/clown = 0
|
||||
if(user.mind && (user.mind.assigned_role == "Clown"))
|
||||
if(user.mind && (user.mind.assigned_role == JOB_CLOWN))
|
||||
clown = 1
|
||||
|
||||
if(istype(P, /obj/item/weapon/tape_roll))
|
||||
|
||||
Reference in New Issue
Block a user