Skip to content

Commit

Permalink
Update wasteplanet.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Oct 7, 2024
1 parent bb8aa48 commit 8239287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/turfs/open/floor/plating/wasteplanet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
light_color = COLOR_WASTEPLANET_LIGHT

/turf/open/floor/plasteel/wasteplanet
baseturfs = /turf/open/floor/plating/wasteplanet
baseturfs = /turf/open/floor/plating/wasteplanet
initial_gas_mix = WASTEPLANET_DEFAULT_ATMOS
light_color = COLOR_WASTEPLANET_LIGHT
light_color = COLOR_WASTEPLANET_LIGHT

/turf/open/floor/plasteel/wasteplanet/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent)
return

/turf/open/floor/plasteel/dark/wasteplanet
baseturfs = /turf/open/floor/plating/wasteplanet
baseturfs = /turf/open/floor/plating/wasteplanet
initial_gas_mix = WASTEPLANET_DEFAULT_ATMOS
light_color = COLOR_WASTEPLANET_LIGHT

Expand Down

0 comments on commit 8239287

Please sign in to comment.