![]() |
Major Filling a space pod with plasma instantly kills whoever steps foot in it. - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: Bug Reports (https://forum.ss13.co/forumdisplay.php?fid=9) +--- Thread: Major Filling a space pod with plasma instantly kills whoever steps foot in it. (/showthread.php?tid=11826) |
Filling a space pod with plasma instantly kills whoever steps foot in it. - drWoof - 03-26-2019 Jesus fucking christ why is this still a thing? RE: Filling a space pod with plasma instantly kills whoever steps foot in it. - Berrik - 03-26-2019 this is intended behavior iirc RE: Filling a space pod with plasma instantly kills whoever steps foot in it. - mbc - 03-26-2019 i recently lowered the amt of damage you take from breathing in toxic air -- this plasma death is Probably intentional but hopefully it will happen a little bit slower now RE: Filling a space pod with plasma instantly kills whoever steps foot in it. - Zamujasa - 03-26-2019 The way it seems to work is that you take damage if > 0.4% of the atmos is plasma, but the amount of damage is based on how much plasma there is. Code: (proc/handle_breath(datum/gas_mixture/breath)) maybe this will help explain it, i added a bunch of comments from the 2016 source including what appears to be at least two different bugs if not three Update: I checked and replacing your internals with pure plasma is not lethal (but does immediately put you into crit). The pod thing has to be a bug or a weird interaction of code stuff. RE: Filling a space pod with plasma instantly kills whoever steps foot in it. - drWoof - 03-27-2019 well if you reduced the amount of damage you take then it sure as hell didnt work because i get in, I see the biohazard symbol, I die. No crit stage, no anything, I just plop over dead. I am more than sure that isn't supposed to happen. RE: Filling a space pod with plasma instantly kills whoever steps foot in it. - mbc - 03-27-2019 fixede for real probably |