Skip to content

Commit

Permalink
[MIRROR] Fix tips for metal foam. (#2737)
Browse files Browse the repository at this point in the history
* Fix tips for metal foam. (#83532)

## About The Pull Request
### Old: 

![image](https://github.com/tgstation/tgstation/assets/96586172/554f4470-95d7-420d-9333-cef49c5af1b9)
### New:

![image](https://github.com/tgstation/tgstation/assets/96586172/865f40a7-7502-435f-a2e0-dc7a7cef851a)

closes tgstation/tgstation#83526
## Why It's Good For The Game
false tips are bad, let's make learning the game easier by sharing game
mechanics via descriptions.
## Changelog
:cl: grungussus
fix: fixed metal foam plating description and add more user friendly
explanation on how to replace tiling.
/:cl:

* Fix tips for metal foam.

---------

Co-authored-by: Sadboysuss <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
  • Loading branch information
3 people authored and StealsThePRs committed May 29, 2024
1 parent 4ac83ea commit 4e43cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/turfs/open/floor/plating.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@

/turf/open/floor/plating/foam
name = "metal foam plating"
desc = "Thin, fragile flooring created with metal foam."
desc = "Thin, fragile flooring created with metal foam. Designed to be easily replacable by tiling when applied to in a combat stance."
icon_state = "foam_plating"
upgradable = FALSE
attachment_holes = FALSE

/turf/open/floor/plating/foam/burn_tile()
return //jetfuel can't melt steel foam
Expand Down

0 comments on commit 4e43cea

Please sign in to comment.