Examine Code Refactor

This commit is contained in:
Dip
2020-10-06 23:36:21 -03:00
parent c433514622
commit aa7d47a23b
334 changed files with 1337 additions and 1365 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 = ..()