mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Merge pull request #9893 from Certhic/autolathe-fix
autolathe queue display fix
This commit is contained in:
@@ -121,7 +121,7 @@ Used In File(s): \code\game\machinery\autolathe.dm
|
||||
{{if !value.can_build}}
|
||||
<span class='bad'>
|
||||
{{/if}}
|
||||
{{:value.name}} {{:value.multiplier > 1 ? '(xvalue.multiplier)' : ''}}
|
||||
{{:value.name}} {{:value.multiplier > 1 ? '(' + value.multiplier + ')' : ''}}
|
||||
{{if !value.can_build}}
|
||||
</span>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user