* remaps the shelter poi + adds new random subgroups
* quick fixes
- 'rapid' isn't actually a laser type, oops
- changes the description of the shelter to be more accurate
- adds some light sockets. APC got totally mangled by the pod but there should at least be nonfunctional lights
Reworking how data is initialized and handled by reagents.
Post-rebase update for taste PR.
Further work on the taste system.
Updating taste strings. God help me.
Makes the VTEC_MOVE_DELAY_REDUCTION define into /obj/item/borg/upgrade/vtec/var/move_delay_reduction.
Removes block comments in favour of double newlines.
Re-paths the head of personnel's cap from /obj/item/clothing/head/caphat/hop to /obj/item/clothing/head/hop.
Lowers the amount of spare ID boxes in the head of personnel's locker from 2 to 1, since the additional is just mostly clutter.
Renames the "crew resource's hat" to the "head of personnel's cap" for consistency with the rest of the HoP equipment.
Cleans up the formatting and style of robot_upgrades.dm.
Reduces the VTEC module's movement delay reduction from 1 to 0.5 as it's currently way too fast. This value is made a simple define so it can easily be changed in future.
Converts a lot of magic booleans to TRUE/FALSE.
Inverts the boolean logic of the /obj/item/borg/upgrade/proc/action base so it's consistent with all derived types.
* Semiport of Allow_Spacemove from Bay.
* Porting flying robots from Bay.
* Converting platforms to an alt title of Robot.
* Converting existing modules to new proc flow.
* Cleaning up jetpack code for robots.
* Making flyers and platforms buildable.
* Debugging/refining robots port.
* Reverting some unneeded spacemove changes.
* Refining/debugging bots.
* Removing Bay subtypes, adding flying subtypes of existing modules.
* Icon rework for flying robots.
* Working commit for flying borgs PR.
* Fix: Blobs respect gravity if not otherwise prevented.
Tweak: Blobs do not directly interact with stairs
Tweak: Blobs, when expanding against a stair's middle structure, can grow up Z-levels if the turf allows.
Tweak: Blobs, if controlled by a player, may grow upward or downward, if the turfs allow.
Fix: Blob Overmind is no longer affected by gravity.
* Fringe case deleted blobs are null-loc'd for GC so they are not stuck in-map.
Railing checks properly function.