mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-24 13:16:18 +01:00
Only detective renames the gun
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
var/mob/M = usr
|
||||
if(!M.mind) return 0
|
||||
if(!M.mind.assigned_role == "Detective")
|
||||
if(M.mind.assigned_role != "Detective")
|
||||
M << "<span class='notice'>You don't feel cool enough to name this gun, chump.</span>"
|
||||
return 0
|
||||
if(istype(src, /obj/item/weapon/gun/projectile/detective/semiauto/fluff/leo_gun))
|
||||
|
||||
Reference in New Issue
Block a user