mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
fixed scooter construction (#53866)
This commit is contained in:
@@ -204,7 +204,7 @@
|
||||
to_chat(user, "<span class='notice'>You begin to add wheels to [src].</span>")
|
||||
if(I.use_tool(src, user, 80, volume=50, amount=5))
|
||||
to_chat(user, "<span class='notice'>You finish making wheels for [src].</span>")
|
||||
new /obj/vehicle/ridden/scooter/skateboard(user.loc)
|
||||
new /obj/vehicle/ridden/scooter/skateboard/improvised(user.loc)
|
||||
qdel(src)
|
||||
else
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user