module things, jfc

This commit is contained in:
Poojawa
2018-09-11 07:51:01 -05:00
parent 8b9ef1e400
commit 284e9d0325
695 changed files with 11343 additions and 5661 deletions
+4 -1
View File
@@ -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 = ..()