mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +01:00
Fuck phoron
This commit is contained in:
@@ -403,10 +403,10 @@ Used In File(s): \code\game\objects\items\devices\PDA\PDA.dm
|
||||
{{:helper.string('<span class="{0}">{1}%</span>', data.aircontents.carbon_dioxide > 5 ? 'bad' : 'good' , data.aircontents.carbon_dioxide)}}
|
||||
</div>
|
||||
<div class="itemLabel">
|
||||
Phoron:
|
||||
Plasma:
|
||||
</div>
|
||||
<div class = "itemContent">
|
||||
{{:helper.string('<span class="{0}">{1}%</span>', data.aircontents.phoron > 0 ? 'bad' : 'good' , data.aircontents.phoron)}}
|
||||
{{:helper.string('<span class="{0}">{1}%</span>', data.aircontents.plasma > 0 ? 'bad' : 'good' , data.aircontents.plasma)}}
|
||||
|
||||
</div>
|
||||
{{if data.aircontents.other > 0}}
|
||||
|
||||
Reference in New Issue
Block a user