module things, jfc
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
/obj/vehicle/ridden/examine(mob/user)
|
||||
. = ..()
|
||||
if(key_type)
|
||||
to_chat(user, "<span class='notice'>Put a key inside it by clicking it with the key. If there's a key inside, you can remove it via Alt-Click!</span>")
|
||||
if(!inserted_key)
|
||||
to_chat(user, "<span class='notice'>Put a key inside it by clicking it with the key.</span>")
|
||||
else
|
||||
to_chat(user, "<span class='notice'>Alt-click [src] to remove the key.</span>")
|
||||
|
||||
/obj/vehicle/ridden/generate_action_type(actiontype)
|
||||
var/datum/action/vehicle/ridden/A = ..()
|
||||
|
||||
Reference in New Issue
Block a user