* Robot sprite validity
* key instead of index
* kash additions
* missing tag
* fail out on no name
* fixes
* let the dance commence
* rest style
* Fixes some of the sprites
Merging so I can see what else it wants
* check belly stages too not just max
* this too
* fixes
* fixes
* Adds variant catborgs
- Adds variant carborgs. These are the older models. Upport from CS.
NEEDS REMOVAL:
DMI FILE: modular_chomp/icons/mob/catborg/catborg.dmi
SPECIFIC REMOVAL IN FILES:
modular_chomp/code/modules/mob/living/silicon/robot/sprites/mining.dm
modular_chomp/code/modules/mob/living/silicon/robot/sprites/medical.dm
modular_chomp/code/modules/mob/living/silicon/robot/sprites/janitor.dm
modular_chomp/code/modules/mob/living/silicon/robot/sprites/science.dm
modular_chomp/code/modules/mob/living/silicon/robot/sprites/security.dm
modular_chomp/code/modules/mob/living/silicon/robot/sprites/civilian.dm
modular_chomp/code/modules/mob/living/silicon/robot/sprites/engineering.dm
* DULLAHAN BORGS
Up-ported dullahan borgs.
Makes it so proteans can choose dullahans as their sprite blob sprite.
NOTE: DULLAHAN-NINJA (V3) DOES NOT HAVE A SIT SPRITE. IT'S ALSO UNUSED. SYNDI SPRITE WAS PUT TO ACT AS A STANDIN
TO BE REMOVED DOWNSTREAM:
modular_chomp/icons/mob/dullahanborg
modular_chomp/code/modules/mob/living/silicon/robot/sprites/civilian.dm (dullahan/service & dullahan/servicealt)
modular_chomp/code/modules/mob/living/silicon/robot/sprites/engineering.dm
(dullahan/engineerv1 & dullahan/envingeerv2)
modular_chomp/code/modules/mob/living/silicon/robot/sprites/janitor.dm
(dullahan/janitor & dullahan/janitoralt)
modular_chomp/code/modules/mob/living/silicon/robot/sprites/medical.dm
(dullahan/crisis & dullahan/crisisalt)
modular_chomp/code/modules/mob/living/silicon/robot/sprites/mining.dm
(dullahan, dullahan/miner, dullahan/mineralt, dullahancarg, dullahancarg/cargo, dullahancarg/cargoalt
modular_chomp/code/modules/mob/living/silicon/robot/sprites/syndicate.dm
(Delete the entire file)
modular_chomp/code/modules/mob/living/silicon/robot/sprites/security.dm
(security/dullahan dullahan/sec dullahan/secalt)
* Update science.dm
* fixes dead overlays
* Update mining.dm
* more borgs
DOWNSTREAM REMOVAL:
code/modules/mob/living/silicon/robot/robot_modules/Widerobot_Clown_ch.dm
modular_chomp/code/modules/mob/living/silicon/robot/sprites/clown.dm
code/modules/mob/living/silicon/robot/robot_modules/Widerobot_Standard_ch.dm (This file was unticked. It was placed in standard.dm)
modular_chomp/code/modules/mob/living/silicon/robot/sprites/combat.dm
modular_chomp/code/modules/mob/living/silicon/robot/sprites/medical.dm
code/modules/mob/living/silicon/robot/subtypes/boozeborg_ch.dm (Unticked in the DMI. Moved to subtypes/boozeborg.dm)
modular_chomp/code/modules/mob/living/silicon/robot/dogborg/dog_sleeper.dm
modular_chomp/icons/mob/raptorborg/raptor.dmi - Unused
All the worm borg overrides
Downstream as well:
/obj/item/robot_tongue/examine(user) in code\modules\mob\living\silicon\robot\dogborg\dog_modules_vr.dm needs to be enabled.
* whew
* gwah
* SAVE
* fixes
* fixes sprites more
* Adds Outpost Borgs
Stoat and Possum.
Other versions of possum WIP
* no wreck overlay
* gwah
* decals to list
* fixing
* .
* fixes there 3 being 3
* fix decal resting
* sleeper fix
* fix struggle resting
* puts surgery module in its place
* no CE
---------
Co-authored-by: Willburd <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Fixes attacking without arms.
- Makes it so you can attack without hands
- Also removes an unused attack_paw
- Makes the attack_hand code less garbage
- Fixes grabbing a buckled entity to cause you to be perma-slowed
* Fixes your head from bleeding to death with headbutts
* Motion tracker basics
* force unsubscribe on destroy
* remove tracking on destroy too
* missing include
* use new art
* logging
* per client echos
* toggle verb
* vis things not needed, and reset vis option if resubbed
* blind and deaf should affect this
* feedback on toggle
* teshari gain vibration sense, lose listen in
* xenochi too
xenochi also get vibration sense
---------
Co-authored-by: Willburd <7099514+Willburd@users.noreply.github.com>
* Experimental: Port OD Pragma Lints
* first pass: Includes icon forge fixes/updates
* 2nd pass
* third pass
* debug_ai: This what you're unhappy with?
* Revert "debug_ai: This what you're unhappy with?"
This reverts commit bc178792e6.
* How about this
* Or is it the else?
* Pass summer
---------
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
* Dorm privacy switch and station map fixes
Added privacy switches to all dorm rooms, these buttons make an overlay appear on the room for ghosts preventing them seeing inside. This does not currently prevent them hearing emotes from inside the room, it's purely a visual block.
Fixed station maps for the map linter PR, still have many more to do but those are out of the scope of this PR, just wanted to tick these ones off whilst I'm editing the maps anyway.
* Also adds an air alarm to the atmos breakroom
* Adds the ability to use storage in storage
- Also adds a description to the evidence bag giving detail on how to use it.
* Update vorestation.dme
* destroys chompstation
* The mob/living/Destroy() consolidation
* The mob/Destroy() consolidation
* The /mob/living/carbon/human consolidation
* The datum/Destroy() Consolidation
* The /atom/movable/Destroy() Consolidation
* for human
* vent hibernation sleep removed
* should del timer on qdel
* grenades, showers and rubber ducks
* remaining vent spawns
* fix for hibernation
* removed old MC var
---------
Co-authored-by: Willburd <7099514+Willburd@users.noreply.github.com>
* initial port
* first ignore batch
* second exclusions
* Tequila fix
* Fixes Changeling Sting
* Virgin Mojito fix
* fixes Love Potion
* Rest of love potion
* Various fixes
* tweaks to unit test
* fix for decl
* get decl properly
* fixie
* put the box back
* tequila fix
* fixes tequila
* check dispenser carts too
* name not id
---------
Co-authored-by: Willburd <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
* cleans up some left over things
* .
* .
* fi that too
* guhh
* changes the behaviour too much
* remove localState
* fix regex
* fix input
* fix storage backend
* tgui 516
* nuking
* .
* .
* redux test
* this
* no longer in use
* removes debugs for now until someone ports the macro handling
* import types
* .
* maxWidth
* temp fix
* fix type import
* fix that
* also that
* version up
* also push this while on it
* rid of that
* dependency up
* allow mark up inputs
* update
* mb to search
* add scroll to nanoMap
* type fixing
* Update ExportTab.tsx
* Update index.tsx
* Update XenoarchReplicator.tsx
* Update XenoarchReplicator_clothing_vr.tsx
* Update XenoarchReplicator_clothing_vr.tsx
* Update XenoarchReplicator.tsx
* crew monitor improvements
* types