mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] bunch of inits without return and a few easy new to init (#9773)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
052034eb7b
commit
a3ac1d26d7
@@ -37,14 +37,14 @@
|
||||
icon_state = "[bike_icon]_off"
|
||||
update_icon()
|
||||
|
||||
/obj/vehicle/bike/built/New()
|
||||
..()
|
||||
/obj/vehicle/bike/built/Initialize()
|
||||
. = ..()
|
||||
qdel(cell)
|
||||
cell = null
|
||||
|
||||
/obj/vehicle/bike/random/New()
|
||||
/obj/vehicle/bike/random/Initialize()
|
||||
paint_color = rgb(rand(1,255),rand(1,255),rand(1,255))
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
/obj/vehicle/bike/attackby(obj/item/W as obj, mob/user as mob)
|
||||
if(istype(W, /obj/item/multitool) && open)
|
||||
|
||||
Reference in New Issue
Block a user