* More tails
Includes a savefile migration as well
Adds more tails from downstream
Notes for later to make deconflicting easier:
To be removed:
modular_chomp/icons/mob/vore/tails.dmi
icons/mob/vore/tails_ch.dmi
modular_chomp/icons/mob/vore/Tails64x32.dmi
icons/mob/vore/taurs_yw.dmi
code/modules/vore/appearance/sprite_accessories_taur_yw.dm
icons/mob/vore/tails_yw.dmi
code/modules/vore/appearance/sprite_accessories_yw.dm (The tails here)
sprite_accessories_tail_ch.dm
sprite_accessories_tail.dm
* YOU TOO
* Adds Qaavos and Anteater Longtails
* Update sprite_accessories_tail.dm
* Automatic changelog compile [ci skip]
* initial working. I HATE sourcetree I HATE git stash I WILL NOT be the stash jam boy
* Automatic changelog compile [ci skip]
* Get the actual work on it done
* Revert "Automatic changelog compile [ci skip]"
This reverts commit 651c1d6d1e.
* finish the export/import junk.
whoopsie. forgot.
* cleanup
* fucking changelogs
* PR feedback
* so long wayward !
* Update belly_obj_vr.dm
---------
Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Turret fix
* gets rid of hardcode
* Fixes fragmine miss chance
Makes it actually work with the new projectile system.
Makes it not have a 100% dodge chance if you step onto it
* do the shuffle
* Initial
* some more
* next few
* only light left
* fix things up
* some rmore fixes
* guh
* Update ai_vr.dm
* comment
* lets try something
* .
* hmm
* .
* .
* hmm
* push that here
* fix layout
* grrr
Fluff item for thistle, approved via modmail. As the forums are still down, I'm leaving the modmail open so that maintainers can verify this before merging.
* Real
Im coder so hard
* I may be stupid.
Fixes a spawn() and my mistake of forgetting to actually check if there's unsavable bellies before alerting the user
* Timers ?
* T
* adjust tgui
* .
* Update special_bellies.dm
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Fixes some bad Destroy()s
Fixes some bad destroys on request of Kash, will need checking over that I've not misunderstood the instructions! This is all I had time to look through for now. Checked around 200-ish files.
* The rest of them
Found a quick way to look through them all
* Update chicken.dm
* fix that
* don't abuse destroy
* .
* move this up
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Initial Port of tg's tgui 2.0
* initial
* first UI fixes
* fix retro theme
* rd console
* wiki theme
* better tgui say handling
* Ui scaling port
* smaller gap
* guh
* reset subcats on main cat change
* blink a bit later
* tofixed
* fixed
* currently not fully supported
* increase that
* fix powermonitor chart
* typescript up
* tgui core up
* Axes unused 'paused' variable from projectile code
* Remove TGUI in scrubber init
Moves it to only happen when a user interacts with it.
* Ghostpod tgui input from init -> LateInit
Ghost query REQUIRES a tgui input. It can't be fixed on that level.
Ghost pods however created a ghost query when spawned if they are NOT mapspawn. This means it can only be moved to lateinit, as far as I can see
* Moves borer ghost query from init to lateinit
* Better mob chasing. Gets rid of sleep in mob chasing
Moves Noodle's and Ian's snack tracking var to base /simple_mob
Moves Noodle's and Ian's tracking process from a individual proc of each to /simple_mob
Moves the sleeps out from the tracking proc and makes it a repeating timer.
Noodle now gets nutrition when you feed him.
* Moves blob query to lateinit
Once again, blob HAS to do a ghost query when it's created.
Ghost query will ALWAYS make a tgui window.
* No sleep in cyborg code
Moves pick_module() from /init on robot_module to /LateInit on /robot
photo showing it popped up the module select when I spawned in as a borg: https://i.imgur.com/5rGbqIR.png
* Moves AI controlled human's 'death' proc to LateInitialize
* Moves Corpse's processing from Init to LateInit
death() has a LOT that happens inside of it.
* Let's actually make it lateload on the human itself
* In case we don't want to auto kill ai controlled mobs
* Fixes death() some more
- Protean blobs will ALWAYS have a humanform, so that segment of code was unused.
- Makes the bulk of the exit VR section in a new perform_exit() proc
- Gets rid of the WIP proof of concept hack in there.
* whoops duplicate
* We will ALWAYS have a humanform. ALWAYS.
The server will CRASH if we do not.
* get rid of this...
* Makes corpsespawn work better
* more VR stuff
* No suspending the whole machines subsystem
* avatar
* as anything
* u2
* nolist
* forgot this one
* fix
* VR fix
Fixes an oversight with VR sleepers
* player initiated
* OVERSIGHT
* Update borer.dm
OF course WE DON'T have a mind, we're a GHOST.
Fixes borer spawning
* this was unused
no
* Removes baymiss. Mostly.
Goodbye Baymiss
* early return
* Fixes zoomed accuracy being lost upon gunfire
* yeah this works better
* clarificaction, user->attacker
* these as well
* Resizing & better runechat
Sprite decals also adjusted. Now get generated BEFORE tummies, so they don't overlay over stomachs.
* no world
* Update resize_vr.dm
* else
* n dent
* Update resize_vr.dm
* always allow 100% size
* no breaking the cap without admin intervention
* Defib and tank
* Defib, CPR, and stabilizer changes
qol: Defib now informs you WHY it's failing, so you can properly fix the problem.
balance: CPR can now REVIVE people if their HP is below a threshold with a 10% chance per CPR usage.
balance: CPR will cause the recipient to metabolize reagents.
balance: CPR now has a small chance of causing brute damage and rib fractures to the chest.
balance: Patient Stabilizer will cause the patient to metabolize reagents if dead.
* Broken bone fix
A fracture has a random chance of shifting around inside the first time you break it.
* shadekin runtime fix
* tgui
Adds two new TGUI states - living and living_adjacent
Fixes tram to allow mobs (and robots)
* Vital Organ chance fix
* flip flop