* baby steps.
* baby steps
* Nothing works yet.
* getting closer
* Base modes work
* Squashed some bugs, fixed config.
* small cleanup.
* dynamic.json, spaces to tabs
* Disabled events on dynamic.
Signed-off-by: TheChosenEvilOne <tceo-email@protonmail.com>
* Third and second ruleset probability.
Signed-off-by: TheChosenEvilOne <tceo-email@protonmail.com>
* Highlander ruleset stacking works correctly now.
Signed-off-by: TheChosenEvilOne <tceo-email@protonmail.com>
* Fixed a comment.
Signed-off-by: TheChosenEvilOne <tceo-email@protonmail.com>
* Allow changing variables in game mode with config.
Signed-off-by: TheChosenEvilOne <tceo-email@protonmail.com>
* Continue after invalid variable.
Signed-off-by: TheChosenEvilOne <tceo-email@protonmail.com>
* Changed how revolution ruleset ends the round.
Signed-off-by: TheChosenEvilOne <tceo-email@protonmail.com>
* fixed rule probs, stacking/ready bug, logging.
* More logging.
* Moved persistent check.
* Revs dont end on rev loss.
* Brothers count correctly no.
* Revs no longer makes borgs, deads or off-z players revheads.
* No headrev replacements.
* revs now refund on fail, reviews
* comment
* no game option changes.
* Adds sorting to most input() lists.
* Sorted some global lists, added more input sorting
* Should now use correct sort everywhere.
* compiles
* Last fixes.
* Fixes cult space bases (again)
* h
* Fixes duplicate definition
* Lets cultists draw runes at the Lavaland cult altar ruin
* Adds CULT_PERMITTED_1 flag to check if cultists can summon/buld structures here
* h
Several of the greps were missing the `-P` switch which caused them to
fail to match things. The EOL grep also wasn't working right so I
replaced it with the one I added to TGMC.
* creates the xeno immunity trait for skeletons
* creates globalvar for xeno immmunity
* gives skeletons the xeno immunity trait
* makes the hugger check for xeno immunity
* checks for xeno immunity trait over embryo and hivenode
* adds the xeno immunity trait with hivenode
* adds xeno immunity trait when impregnated
* whoops fixed the number of macro args
* okay NOW it should be fixed
* there now it should b gucci
* Refactors screen object update_icon to call parent
And makes update_icon an /atom proc
* Cleans up some missed null checks
The student teaches the master
* Removes the absolute istype fest from footsteps
* Slightly switches some stuff around. No need for a special xeno proc
* Adds error catcher. Also adds footstep to dark wizzies
* Adds footsteps to sloths
* Brutally murders the initialize footstep proc.
* Footsteps to paperwizard
* Better yet?
* fixes fucky wucky
* Fixes the return value. Makes it easier to follow what's going on.
* flips around conditions
* Now supports strings.
* Moves autodoc
* Nanotrasen fires the Wave Motion Gun at the Clock Cult
* Fixes a random changelog appearing from the reebe void.
* Fixes a wrong type reference regarding the bronze sheets in the Lavaland Ruin for it.
* Fixes redundant cells after CC removal in ruin by populating them with varied ore chunks, or destruction clutter.
* why is it /obj/item/stack/sheet/metal but not /obj/item/stack/sheet/iron
* Fixes the lavaland ratvar ruin to have fluff variant structures of deleted shit it referenced instead what I thought was reasonable.
* Changes the Ian puppy into an actual Ian puppy.
* Adds the unique_pet var to puppy Ian.
* All dogs can now eat snacks and dance.
* Moves the proc to its proper position in the file.
About The Pull Request
Well known statics rejoice! You can now choose to have random name/body/age/gender whenever you roll roundstart antagonist.
Since player mobs are generated before antag datums are handed out, I added a list that collects minds chosen as antags during pre_setup() to keep track of this.
"Other" was also missing from the random gender, added it.
Wizard, clown op, nukeop, latejoin and midround antags are excempt.
Why It's Good For The Game
Some static namers get metagamed to the extreme when antagonists, this should help alleviate that while allowing them to keep static naming for the RP. Keep in mind all conversion, midround and latejoin antag rolls are excempt, this is not a guarantee someone is a non-antag.
Changelog
cl Skoglol
add: Random name/body/age/gender when roundstart antagonist preference added.
add: Random gender will now have a chance of picking "Other".
/cl
About The Pull Request
fixes#47020#47022
I didn't have a max set for the adjust_blindness proc which allowed it to go below zero which meant if you took eye healing chems it would actually make you blind forever, the issue with the wizard spell blinding you permanently was due to a check to see if duration was less than charge_max for genetic spells which was used for making mutate permanent, but also made the blindness spell permament
Why It's Good For The Game
Being blind forever can suck
Changelog
cl
fix: blindness spell now only blinds you temporarily
fix: drinking carrot juice no longer permanently blinds you
/cl
Just fixes a few pacifism issues.
Currently you can hurt people by punching them with a mech.
You can also hurt people by throwing them into a wall or into another mob.
Both have been addressed; mechs lacked a check, and throwing mobs lacked a return.
cl Fox McCloud
fix: Fixes being able to mech-punch other mobs, as a pacifist
fix: Fixes being able to hurt people, as a pacifist, by throwing them into a wall or other mob
/cl
Fixes#45799
This check was added as a workaround for a bug in the lavaland generation code that could cause multiple bubblegums to spawn. Since the bug was fixed in #46457, this check can be removed.
About The Pull Request
AI swarmers are supposed to go after nearly everything in sight, including turfs, but this behavior is broken; I wouldn't be all surprised if other mobs targeting behavior is also broken.
In an attempt to make bees perform better, ListTargets behavior was changed here: #31250
While it does, supposedly, perform better, it also breaks swarmers---andddd I suspect other mobs, as well, as this effectively means anything that's not a mob or an object (primarily turfs).
Either case, this reverts ListTargets back to what it originally was, restoring intended behavior.
That said, since bees are so problematic, they use the current ListTargets behavior to only search for objects and mobs.
fixes: #46938
Changelog
cl Fox McCloud
fix: Fixes AI swarmers just sitting in their base doing nothing
/cl
About The Pull Request
This PR makes it so that silicon PDA verbs like toggle ringer are given only to a silicons that actually have one, like AI or pAI. This is also consistent with other similiar silicon items, like silicon camera.
Why It's Good For The Game
Less bugs.
Changelog
cl Arkatos
fix: Only silicons with a valid PDA will now get PDA-related verbs.
/cl