Skip to content

Commit

Permalink
Merge pull request ParadiseSS13#8514 from Kyep/mineral_fix
Browse files Browse the repository at this point in the history
Fixes misapplication of abductor floor properties to all mineral tiles
  • Loading branch information
tigercat2000 authored Jan 8, 2018
2 parents 53c667e + d91d9b6 commit 964234c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/turfs/simulated/floor/mineral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@
floor_tile = /obj/item/stack/tile/mineral/abductor
icons = list("alienpod1", "alienpod2", "alienpod3", "alienpod4", "alienpod5", "alienpod6", "alienpod7", "alienpod8", "alienpod9")

/turf/simulated/floor/mineral/New()
/turf/simulated/floor/mineral/abductor/New()
..()
icon_state = "alienpod[rand(1,9)]"

/turf/simulated/floor/mineral/break_tile()
/turf/simulated/floor/mineral/abductor/break_tile()
return //unbreakable

/turf/simulated/floor/mineral/abductor/burn_tile()
Expand Down

0 comments on commit 964234c

Please sign in to comment.