mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
PERCENTAGES OVER 100? (#18883)
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
|
||||
var/additional_log_text
|
||||
if(blocked)
|
||||
additional_log_text = " [blocked]% blocked"
|
||||
additional_log_text = " [ARMOUR_VALUE_TO_PERCENTAGE(blocked)]% blocked"
|
||||
if(reagents && reagents.reagent_list)
|
||||
var/reagent_note = "REAGENTS:"
|
||||
for(var/datum/reagent/R in reagents.reagent_list)
|
||||
|
||||
Reference in New Issue
Block a user