Redmoogle
Redmoogle
# Document the changes in your pull request Kinda boring when a ion storm happens and its just AI LAWS NOWWWW!!!!! or some AI tries to gamer the system. Just...
# Document the changes in your pull request Renames them to their sheet outputs Plasma + Iron -> Plasteel Plasma + Titanium -> Plastitanium Plasma + Glass -> Plasma Glass...
# Document the changes in your pull request The biggest problem was the use of `get_turf()` because it will always get the turf. We use `loc` instead as if your...
# Document the changes in your pull request Fixes: #15451 makes autolathe a not laggy piece of shit by sending the design data **once** and not once every second Adds...
Changes it to #169420 so the pr 6 isnt mentioned (despite being *really* funny)
https://www.byond.com/docs/ref/#/proc/gradient probably lack color gradient too https://github.com/yogstation13/Yogstation/blob/a1adc40a3b8934518433e5eb4a1d0a2c153dd770/code/game/machinery/recharger.dm#L168 # prepare to suffer
[Feature Request] Add a warning that the function should be in a if() if it has a return FALSE/TRUE
Basically when you have a function say ``` /proc/foo(var/bar) if(bar) return TRUE return FALSE ``` and you do ``` /proc/main() foo(TRUE) ``` it should emit a warning that it should...
# Document the changes in your pull request - 2u Lemon Juice - 2u Lime Juice - 4u Ethanol Results - 4u Lemoline It's not super useful so its not...
# Document the changes in your pull request Kinda 50/50 on this PR but this would make it easier to add more chemical effects and push things away from just...
Should be parity with ref. NaN has weird behavior from fract and trunc returning `1.#QNAN` (pretty sure this is just a Stingification problem) Fixes: #867 Fixes: #866 Fixes: #865 Fixes:...