Fixes IRUs being unable to grab their own coat from the loadout. (#11468)

This commit is contained in:
Matt Atlas
2021-03-18 20:34:25 +01:00
committed by GitHub
parent 008e33d01a
commit 58ce00db26
3 changed files with 43 additions and 2 deletions
@@ -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