no old spans...

This commit is contained in:
Kashargul
2025-01-15 14:17:20 +01:00
committed by GitHub
parent 98dabc68f9
commit db7202fe0d
+2 -2
View File
@@ -40,12 +40,12 @@
. = ..()
if(!rolled_sleeves && Adjacent(user)) //can't see the comp if you've taken the sleeves off, or if you're not adjacent
. += "<span class='notice'>The minicomp reports that the current station time is [stationtime2text()] and that it is [stationdate2text()].</span>"
. += span_notice("The minicomp reports that the current station time is [stationtime2text()] and that it is [stationdate2text()].")
var/TB = src.loc.loc
if(istype(TB, /turf/simulated)) //no point returning atmospheric data from unsimulated tiles (they don't track pressure anyway, only temperature)
var/turf/simulated/T = TB
var/datum/gas_mixture/env = T.return_air()
. += "<span class='notice'>The minicomp reports the current atmospheric pressure: [env.return_pressure()]kPa, and temperature: [env.temperature]K </span>"
. += span_notice("The minicomp reports the current atmospheric pressure: [env.return_pressure()]kPa, and temperature: [env.temperature]K")
/obj/item/clothing/under/rank/security/modern
name = "modernized security officer's jumpsuit"