Skip to content

Commit

Permalink
fixes jungle grass having wrong broken states (tgstation#57967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fikou authored Mar 27, 2021
1 parent 8224a2c commit 39e85ea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/turfs/open/floor/plating/planet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
base_icon_state = "junglegrass"
smooth_icon = 'icons/turf/floors/junglegrass.dmi'

/turf/open/floor/plating/grass/jungle/setup_broken_states()
return list("junglegrass")

/turf/closed/mineral/random/jungle
mineralSpawnChanceList = list(/obj/item/stack/ore/uranium = 5, /obj/item/stack/ore/diamond = 1, /obj/item/stack/ore/gold = 10,
/obj/item/stack/ore/silver = 12, /obj/item/stack/ore/plasma = 20, /obj/item/stack/ore/iron = 40, /obj/item/stack/ore/titanium = 11,
Expand Down

0 comments on commit 39e85ea

Please sign in to comment.