* Lets get this show on the road
* Now were talking
* These matter
* Oh the joys of CI testing
* And this
* Wrong version
* Tweaks
* More tweaks
* Lets document this
* This too
* Upgrades this
* Fixed some sanity issues
* This too
* Screw it, this too
* More sanity
* And these
* This too
* Documentation
* This too
* Fixes **awful** scoreboard logic
* Why do we care about only half-absorbing someone
* Revert "Why do we care about only half-absorbing someone"
This reverts commit 8de1cfdf05.
* Refactors these
* Hashing
* Moxian tweaks
* Hierophant club will now malfunction on station
If you are on station and try using it, it will only spawn a few sparks.
* Revert "Hierophant club will now malfunction on station"
This reverts commit 89d48dbc07.
* Nerfs Hierophant club so it cannot be used on station
Now if someone uses it onboard it will malfunction
* Gets rid of "timerMalfunction" var
* Timer refactor
Makes only one check for timer, instead of doing two
* Removes unused variable
* Refactors hierophant to early return
As suggested by farie82
Co-authored-by: awdaw <uo251631@uniovi.es>
* Nerfs Lava Staff so it cannot be used outside mining z level
Added a timer and a spark system to spawn sparks when lava staff malfuntions.
Lava staff will check what z level is his user on, and if it's not mining will only spawn a few sparks.
* Updates description
Old description made little sense as lava staff will no longer work at the emergency shuttle.
* Update code/modules/mining/lavaland/loot/ashdragon_loot.dm
Adds spaces between method call parameters.
Co-authored-by: Kyep <16434066+Kyep@users.noreply.github.com>
* Removes unused spark effect system
Since I'm using do_spark() I don t really need a whole spark system.
* Gets rid of "timerMalfuntion" var
Instead of using 2 variables to do the same, "timer" will now control the cooldown for when the staff works and for when it malfunctions.
* Removes unnecesary time check
* Update code/modules/mining/lavaland/loot/ashdragon_loot.dm as suggested by @farie82
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Update code/modules/mining/lavaland/loot/ashdragon_loot.dm as suggested by @farie82
Co-authored-by: farie82 <joepvelden@hotmail.com>
Co-authored-by: awdaw <uo251631@uniovi.es>
Co-authored-by: Kyep <16434066+Kyep@users.noreply.github.com>
Co-authored-by: farie82 <joepvelden@hotmail.com>
* Fixes <br> not being rendered properly
<br> on request console was just showing up as <br> so changed it with \n thanks to help I got on discord. it is still horrible, but less horrible.
* Update machine_redemption.dm