mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes all antags getting "Delta Alert" achievement upon greentext
This commit is contained in:
@@ -92,6 +92,6 @@ SUBSYSTEM_DEF(achievements)
|
||||
|
||||
/datum/controller/subsystem/achievements/proc/get_achievement(achievementPath)
|
||||
for(var/datum/achievement/i in achievements)
|
||||
if(istype(i, achievementPath))
|
||||
if(i.type == achievementPath) // Can't use istype() here since it needs to be the EXACT correct type.
|
||||
return i
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user