mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fix second spacing issue in chem dispenser
This commit is contained in:
@@ -78,13 +78,7 @@ Used In File(s): \code\modules\reagents\Chemistry-Machinery.dm
|
||||
</div>
|
||||
<div style="height:2px"></div> <!-- This is necessary to prevent the link margins from hitting each other and causing weird things to happen. It's essentialy a smaller <br> tag. -->
|
||||
{{empty}}
|
||||
<span class="bad">
|
||||
{{if data.glass}}
|
||||
Glass
|
||||
{{else}}
|
||||
Beaker
|
||||
{{/if}}
|
||||
is empty
|
||||
<span class="bad">{{if data.glass}}Glass{{else}}Beaker{{/if}} is empty
|
||||
</span>
|
||||
{{/for}}
|
||||
{{else}}
|
||||
|
||||
Reference in New Issue
Block a user