mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Removes extra "icon" from asteroid rocks (#74551)
## About The Pull Request removes an extra "icon" from asteroid rocks ## Why It's Good For The Game Fixes #74475 ## Changelog this does like literally nothing ingame but uhh
This commit is contained in:
@@ -632,14 +632,12 @@
|
||||
|
||||
/turf/closed/mineral/asteroid
|
||||
name = "iron rock"
|
||||
icon = 'icons/turf/mining.dmi'
|
||||
icon_state = "redrock"
|
||||
icon = MAP_SWITCH('icons/turf/walls/red_wall.dmi', 'icons/turf/mining.dmi')
|
||||
base_icon_state = "red_wall"
|
||||
|
||||
/turf/closed/mineral/random/stationside/asteroid
|
||||
name = "iron rock"
|
||||
icon = 'icons/turf/mining.dmi'
|
||||
icon = MAP_SWITCH('icons/turf/walls/red_wall.dmi', 'icons/turf/mining.dmi')
|
||||
base_icon_state = "red_wall"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user