change vehicle desc (#19076)

This commit is contained in:
Kashargul
2026-01-21 08:39:15 -08:00
committed by GitHub
parent 17cb434d5e
commit 1ea0b6368c
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -200,7 +200,7 @@
/obj/vehicle/train/engine/examine(mob/user)
. = ..()
if(ishuman(user) && Adjacent(user))
if(Adjacent(user))
. += "The power light is [on ? "on" : "off"].\nThere are[key ? "" : " no"] keys in the ignition."
. += "The charge meter reads [cell? round(cell.percent(), 0.01) : 0]%"
-2
View File
@@ -80,8 +80,6 @@
/obj/vehicle/train/engine/janicart/examine(mob/user)
. = ..()
if(Adjacent(user))
. += "The power light is [on ? "on" : "off"].\nThere are[key ? "" : " no"] keys in the ignition."
. += "The charge meter reads [cell? round(cell.percent(), 0.01) : 0]%"
. += "This [callme] contains [reagents.total_volume] unit\s of water!"
if(mybag)
. += "\A [mybag] is hanging on the [callme]."