mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 12:05:28 +01:00
lazy (#17709)
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
return FALSE
|
||||
|
||||
/mob/proc/RemoveDisease(datum/disease/D)
|
||||
viruses -= D
|
||||
LAZYREMOVE(viruses, D)
|
||||
return TRUE
|
||||
|
||||
/mob/proc/HasResistance(resistance)
|
||||
if(resistances.Find(resistance))
|
||||
if(LAZYFIND(resistances, resistance))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user