mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixes IRUs being unable to grab their own coat from the loadout. (#11468)
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
|
||||
var/mob/M = usr
|
||||
if(!M.mind) return 0
|
||||
if(!M.mind.assigned_role == "Detective")
|
||||
if(!M.mind.assigned_role == "Investigator")
|
||||
to_chat(M, "<span class='notice'>You don't feel cool enough to name this gun, chump.</span>")
|
||||
return 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user