Improve extended examination text for many objects (#31381)
Plurality, capitalization, punctuation, and item icons have been improved. Status displays now show the same text on examination that they do visually. Inducers only show a success message when they actually succeed.
This commit is contained in:
committed by
CitadelStationBot
parent
eb9737912c
commit
01ecdff51a
@@ -125,7 +125,7 @@
|
||||
/mob/living/simple_animal/parrot/examine(mob/user)
|
||||
..()
|
||||
if(stat)
|
||||
to_chat(user, pick("This parrot is no more", "This is a late parrot", "This is an ex-parrot"))
|
||||
to_chat(user, pick("This parrot is no more.", "This is a late parrot.", "This is an ex-parrot."))
|
||||
|
||||
/mob/living/simple_animal/parrot/death(gibbed)
|
||||
if(held_item)
|
||||
|
||||
Reference in New Issue
Block a user