mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
change vehicle desc (#19076)
This commit is contained in:
@@ -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]%"
|
||||
|
||||
|
||||
@@ -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]."
|
||||
|
||||
Reference in New Issue
Block a user