Skip to content

Commit

Permalink
cgfys
Browse files Browse the repository at this point in the history
  • Loading branch information
pilygun authored Nov 15, 2024
1 parent db59f32 commit 3933f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/martial_arts/martial.dm
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
return
if(user.mind && (ischangeling(user) || isvampire(user))) //Prevents changelings and vampires from being able to learn it
if(ischangeling(user)) //Changelings
to_chat(user, "<span class ='warning'>Мы пытаемся много раз, но не можем понять содержимое свитка!</span>")
to_chat(user, span_warning("Мы пытаемся много раз, но не можем понять содержимое свитка!"))
return
else //Vampires
to_chat(user, span_warning("Ваши мысли полностью окутаны жаждой крови, вы не в состоянии сосредоточиться на содержимом свитка!"))
Expand Down

0 comments on commit 3933f70

Please sign in to comment.