Skip to content

Commit

Permalink
conserve mass (#9957)
Browse files Browse the repository at this point in the history
  • Loading branch information
NaN-Blank authored Nov 27, 2023
1 parent 723c2b4 commit c4d552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/stacks/tiles/tile_mineral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
item_state = "tile-darkshuttle"
turf_type = /turf/open/floor/mineral/plastitanium
mineralType = "plastitanium"
materials = list(/datum/material/titanium=250, /datum/material/plasma=250)
materials = list(/datum/material/titanium=500, /datum/material/plasma=500)

/obj/item/stack/tile/mineral/snow
name = "snow tile"
Expand Down

0 comments on commit c4d552a

Please sign in to comment.