mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Merge pull request #9258 from variableundefined/RoboticAnalyzer
Cyborg analyzer no longer rounds off damage number
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
if(!E.is_robotic())
|
||||
continue
|
||||
organ_found = 1
|
||||
to_chat(user, "[E.name]: <font color='red'>[round(E.brute_dam)]</font> <font color='#FFA500'>[round(E.burn_dam)]</font>")
|
||||
to_chat(user, "[E.name]: <font color='red'>[E.brute_dam]</font> <font color='#FFA500'>[E.burn_dam]</font>")
|
||||
if(!organ_found)
|
||||
to_chat(user, "<span class='warning'>No prosthetics located.</span>")
|
||||
to_chat(user, "<hr>")
|
||||
|
||||
Reference in New Issue
Block a user