Skip to content

Commit

Permalink
Легкий баланс клинка зависти
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Jan 23, 2025
1 parent c46e477 commit 6a46969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/ruins/lavalandruin_code/sin_ruins.dm
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
return
if(!istype(user))
return
if(ishuman(AM))
if(ishuman(AM) && !is_species(H, /datum/species/serpentid)) // SS220 EDIT - SERPENTIDS
var/mob/living/carbon/human/H = AM
if(user.real_name != H.dna.real_name)
user.real_name = H.dna.real_name
Expand Down

0 comments on commit 6a46969

Please sign in to comment.