Under the Twin Suns: the S'rand'marr Sector (#15295)

This commit is contained in:
Alberyk
2023-02-02 14:51:06 -03:00
committed by GitHub
parent a0fc71c1ee
commit ff229569ae
162 changed files with 41866 additions and 465 deletions
+14 -2
View File
@@ -320,11 +320,12 @@
/obj/vehicle/bike/casino
name = "retrofitted snowmobile"
desc = "A modified snowmobile. There is a coin slot on the panel."
icon_state = "snowmobile_on"
icon_state = "snow_on"
bike_icon = "snowmobile"
bike_icon = "snow"
land_speed = 3
protection_percent = 10
can_hover = FALSE
var/paid = FALSE
/obj/vehicle/bike/casino/Move(var/turf/destination)
@@ -351,3 +352,14 @@
return TRUE
else
return FALSE
/obj/vehicle/bike/snow
name = "snowmobile"
desc = "A vehicle adapted to travel on snow."
icon_state = "snow_on"
bike_icon = "snow"
land_speed = 3
space_speed = 0
protection_percent = 10
can_hover = FALSE