kyunkyunkyun
kyunkyunkyun
## What Does This PR Do Makes `/obj/item/storage/firstaid` generic Removes all `/obj/item/storage/firstaid` from dmm files, replacing them with `/obj/item/storage/firstaid/regular` or `/obj/item/storage/firstaid/regular/empty` if they are in maintenance/robotics area Also moves `regular`'s...
## What Does This PR Do Kinda finishes porting of https://github.com/tgstation/tgstation/pull/65733 It was ported only particularly by Qwerty and never actually worked We also have sprite_sheets, so i added support...
## What Does This PR Do Converts available fps options to list, rather than just a number. Byond doesn't accept some values like 60, always rounds up them to the...
## What Does This PR Do Makes multitile airlocks/poddoors non directional once again Changes their icons to match direction Does cleanup that #29382 was supposed to do + a bit...
## What Does This PR Do Makes their generic variant a default of 2-width airlock. Fixes some .dmms utilizing wrong type of poddoor (using multitile instead of a regular 1-tile)...
## What Does This PR Do Adds some nice modules to default pins Stabilizes jetpack module by default - it's better on than off and you don't anymore have to...
## What Does This PR Do This PR is made on top of #28891 and #28892, so it's better to merge it only after these two. Fixes syndie chainsaw not...
## What Does This PR Do Typepath only used for 4 pre-declared vars (icon, left/righthand files, needs_permit), 2 captain's suit storages and `/obj/machinery/transformer/xray` (not sure if this thing is used)...
## What Does This PR Do replaces `update_slot_icon()` with `update_mob_overlay()` which covers every currently existing item slots adjusts `get_slot_by_item()` with missing slots on each mob type adds `update_worn_overlays()` mob proc...