GithubHelp home page GithubHelp logo

Comments (5)

 avatar commented on May 31, 2024

I was just about to report this.

Can't reproduce.
Owner: ---

Lel

from tgstation.

caelaislinn avatar caelaislinn commented on May 31, 2024

Can you reproduce it in a private server?

from tgstation.

Aranclanos avatar Aranclanos commented on May 31, 2024

It just happened on sibyl1, removing the "cannot reproduce" tag

from tgstation.

 avatar commented on May 31, 2024
Revision:

e31c9ca

Server:

Locally run .dmb file

Problem description:


I crowbarred up this piece of carpet then replaced it. It appears as plating instead of carpet.

from tgstation.

SuperSayu avatar SuperSayu commented on May 31, 2024

The offending code is in game/turfs/simulated/floor.dm: update_icon(), not that it's hard to find;

update_icon, for carpet flooring anyway, tries to avoid extra updates and preserve the layout from mapping, by only running if the icon state is one of a small number of cases. This allows those cross squares you see in the chapel/HOP office to not be overridden.

Alternately, you could argue that make_carpet_floor (in the same file) should set the icon_state to one of those states so that it runs. However, if you do that, it won't update the nearby carpets when yours is added; in order to force nearby carpet to recalculate you'd have to change its icon state back to default before running update_icon()

from tgstation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.