mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Fixes fryfishes' broken examine formatting (#90933)
## About The Pull Request Closes #90932 ## Changelog 🆑 fix: Fixed broken formatting in fryfish examine text /🆑
This commit is contained in:
@@ -242,9 +242,9 @@
|
||||
/obj/item/fish/fryish/fritterish/update_desc()
|
||||
switch(variant)
|
||||
if(FISH_BERNARD)
|
||||
desc = "A <u>deliciously</> extremophile alien fish shaped like a dinosaur. Children love it."
|
||||
desc = "A <u>deliciously</u> extremophile alien fish shaped like a dinosaur. Children love it."
|
||||
if(FISH_MATTHEW)
|
||||
desc = "A <u>deliciously</> extremophile alien fish shaped like a pterodactyl. Children love it."
|
||||
desc = "A <u>deliciously</u> extremophile alien fish shaped like a pterodactyl. Children love it."
|
||||
return ..()
|
||||
|
||||
#undef FISH_FRITTERISH
|
||||
|
||||
Reference in New Issue
Block a user