mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
some more stuff
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
..()
|
||||
if(Adjacent(user))
|
||||
to_chat(user, FONT_SMALL(SPAN_NOTICE("It contains the following hardware:")))
|
||||
for(var/CH in get_all_components())
|
||||
to_chat(user, FONT_SMALL(SPAN_NOTICE(" - [capitalize_first_letters(CH)]")))
|
||||
for(var/obj/CH in get_all_components())
|
||||
to_chat(user, FONT_SMALL(SPAN_NOTICE(" - [capitalize_first_letters(CH.name)]")))
|
||||
if(damage > broken_damage)
|
||||
to_chat(user, SPAN_DANGER("It is heavily damaged!"))
|
||||
else if(damage)
|
||||
|
||||
Reference in New Issue
Block a user