Fixes bicycle riding

This commit is contained in:
YPOQ
2018-02-18 11:34:21 -06:00
committed by CitadelStationBot
parent 7fe1c87666
commit e975cd3629
3 changed files with 1832 additions and 6 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
/obj/vehicle/ridden/examine(mob/user)
. = ..()
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(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>")
/obj/vehicle/ridden/generate_action_type(actiontype)
var/datum/action/vehicle/ridden/A = ..()