* bunch of inits withou return
* Update cans.dm
* bunch of New to Init
* fix that
* .
* .
* move black hole to init and callbacks
* .
* oups, should not do that late at night
* some more without returns
Added the option for hanner and replicants to use digitigrade legs.
Changed the total reform ability to account for clothing to match the sprites to the leg type of the new form.
Why not proteans and prommies? Proteans use prosthetic legs that do not change appearance based on the digitigrade option. Prometheans do work with digitigrade legs but they currently do not match the opacity of the rest of the body.
Added a new verb called "Play Hand Games", found in the IC tab under the Game category. This verb allows you to play one of the following games with someone next to you or over a small table:
- Rock, Paper, Scissors. Each player chooses one of those and the choices are declared at the same time.
- Arm Wrestling. Players choose a strength and a roll is made that is weighted by the scale, larger characters have an advantage.
- Slap Hands. Players choose a reaction speed, and a roll is made that is weighted by scale, smaller characters have an advantage.
- Thumb wars. Literally just RNG for a free roll at any time.
* Adjusts movement delay to be broader and fix an exploit
- Fixes an exploit where using items that give negative slowdown combined with species with increased 'item_slowdown_mod ' would hit the speed cap (Teshari, custom species with weakling major)
- Removes vorestation comments in the code
- Revamps how the 'calculate_item_encumbrance' works (With comments of how to revert to a fixed version of the old system if it proves to be too resource intensive)
* Adds comment
* Port iconforge
* Convert kitchen_icons for the microwave to iconforge
* Fix to pass lint
* brings thsoe back
* Re-enable cross round caching for normal spritesheets
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* part 2 borg customization - First downstream of new sprites.
this is a wip, il post when its finished in the comments. backing it up this way.
* Update dullahans64x64.dmi
* Update dullahans64x64.dmi
* Update dullahans64x64.dmi
* fixing science wing sprite
* adding in the code now
* Fixes see_invisible getting overridden
- Fixes see_invisible from being overwritten if your see_invisible_default is > SEE_INVISIBLE_LEVEL_ONE.
* Fixes ghost manifest() proc runtiming
- Fixes a runtime of when manifest() was called on a ghost with no user. Allows admins to call manifest() without it runtiming.
* Fixes the ghost 'Toggle Visibility' verb
- Due to it being a variable on the proc itself, it wouldn't properly call and store the time..
* Fixes feysight
- Feysight was trying to give vision into the 'see_invisible 60' layer but had forgotten to also give you the plane_holder for that layer.
* fix span
* More fixes
- Allows ghosts to ACTUALLY USE the ghost whisper and become visible proc if their is_manifest is enabled via admins.
- Allows admins to give any /mob verbs and procs instead of just /mob/living via admin add_verb topic
* False
* Portable Turret Optimization
Optimizes portable turrets. Takes from Chomp PR here: https://github.com/CHOMPStation2/CHOMPStation2/pull/8088
Optimizes them further by changing mobs_in_xray_view to mobs_in_view.
Reason: mobs_in_xray_view was adding mobs that were out of sight (behind walls) to the target list and trying to do pathfinding to shoot them. If you had 20 mobs around a PoI with turrets, it'd use a LOT of CPU needlessly.
Also adds in Chomp's /mobs.dm helpers as they're helpful.
* Ports over Chompstation Sound Optimizations
- Replaces for( listeners) with a check that sees if a listener is ALSO a hearer
- Makes it so even if there is no vary, if someone has a frequency it uses the frequency for playsound_local
From https://github.com/CHOMPStation2/CHOMPStation2/pull/8088
* Fixes mech cloak having the wrong path
From Outpost21 Commit a64c3ad.
* clarified player record console buttons
"Player had issue with button confusion, and reviewing the buttons they are WAY too similar. changed refuse update to DENY to ensure no at-a-glance confusion"
From Outpost 21 Commit 32bc6f7
* simple doors use their own bump timer and not the user's
simple material doors no longer use the USER'S last bump time, and isntead use their own for locking interaction. They now open promptly when bonked into and close after some time when clicked (they are meant to be slow after all)
The bug was casued by using the user's bump time. So if youtouched anything like a wall within the last 60 ticks (including the door itself) it wouldn't open
From Outpost21 Commit 783ef0a
* Moves simple mob belly loading to on demans
* style
* early
* multibelly
* even more human
* .
* bunch of update_fullness
* animals need an icon refresh
* the icon has the fullness part, optimize that
* one more
Moves around limb code a bit to make cutting/destroying limbs ACTUALLY possible.
Previously, destroying a limb required you to:
1. Reach the person's max_damage to even let you start having a _chance_ to destroy the limb.
2. Have to have a REALLY strong weapon to destroy/cut limbs. We're talking about a weapon requiring 50 to 80 damage depending on the limb to destroy it.
3. Even IF you managed to get a weapon that could destroy a limb, you STILL had a random prob() based on the damage dealt in that blow.
This changes it so instead of requiring you to reach the limb's max_damage to start having chances to drop, it makes it so limbs have two factors: How damaged the limb currently is AND how strong the blow it.
This still has thresholds. You can't grab a 5 damage butterknife and chop people's limbs off. But if you step in a 30 damage beatrap, or have a 45 damage rock drop on your hand, it might actually get gibbed or knocked off!
Added christmas catslug variant.
Added a grey scaled drake variant of the dragon, specifically intended to be played by the creator of the art for the upcoming event (and future events), as it's not quite polished yet for every day use. Though they are fine with it being used in other ways here and downstream if desired. The creator is grayscaledrake.
- Fixes borg overlays disappearing when slipping on something like ice or being stunned and never coming back until a new module is selected.
This meant things like eye overlays were in a permanent state of limbo until you selected a new module.
- Brings the file up to date with (not really new but not old) standards of not using "src."