Bicycle is now a bicycle! (and gives it a bicycle bell too) (#22619)

* ring ring, looks whats coming

* typo

* becoming a REAL vehicle

* more tweaks!

* newer sprite version

* Useless

* bicycle sprite
This commit is contained in:
Henri215
2023-11-12 19:43:35 +00:00
committed by GitHub
parent 183571ac33
commit 95450a371a
6 changed files with 62 additions and 65 deletions
+1 -1
View File
@@ -189,7 +189,7 @@
if(!proximity || !ishuman(user) || user.incapacitated())
return
if(istype(target, /obj/structure/chair/wheelchair) && !istype(target, /obj/structure/chair/wheelchair/bike))
if(istype(target, /obj/structure/chair/wheelchair))
to_chat(user, "<span class='notice'>You modify the appearance of [target].</span>")
var/obj/structure/chair/wheelchair/chair = target
chair.icon = 'icons/obj/custom_items.dmi'