This commit is contained in:
Ghommie
2019-11-19 18:00:56 +01:00
parent a52e292cc8
commit dd101ef221
113 changed files with 519 additions and 552 deletions
+2 -2
View File
@@ -15,9 +15,9 @@
. = ..()
if(key_type)
if(!inserted_key)
to_chat(user, "<span class='notice'>Put a key inside it by clicking it with the key.</span>")
. += "<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>")
. += "<span class='notice'>Alt-click [src] to remove the key.</span>"
/obj/vehicle/ridden/generate_action_type(actiontype)
var/datum/action/vehicle/ridden/A = ..()