Skip to content

Commit

Permalink
Update code/modules/cm_aliens/hivebuffs/hivebuff.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Git-Nivrak and harryob authored Jun 4, 2024
1 parent 9c265b2 commit 705c519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_aliens/hivebuffs/hivebuff.dm
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
return TRUE

for(var/datum/hivebuff/buff as anything in hive.used_hivebuffs)
if(src.type == buff.type)
if(type == buff.type)
return FALSE

return TRUE
Expand Down

0 comments on commit 705c519

Please sign in to comment.