* map stuff first
get this out of my changes
* Update vorestation.dme
* rest of it
* Better Bags
* Update ore_bag.dm
* Gets rid of bag override
* edits
* Less Jank
* aaa
* this doesnt work
* LOL WHY
* The future is NOW old man
* bye bye
* no hard refs~
* Update dog_sleeper.dm
* Update dog_sleeper.dm
* bunch of runtimes
* fix that nif ref properly
* .
* Makes this more clear it's overriding
* Update geiger.dm
* Update geiger.dm
* Implement TG attack_ui
Makes get_item_by_slot actually work. It's the TG naming for our proc get_equipped_item(slot)
* Fixes geiger and ore signals
* These
* Update inventory.dm
* Unneeded
* These
* Leave this for another PR
* Update bags.dm
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
* Update supermatter.dm
* fix
* clamps these
* gwah
* Stops tesla from zapping unwrenched coils
* tesla upgrade
* unglobals this
* fix these
* Update coil.dm
* Update coil.dm
* Descriptions
* Update coil.dm
* Update coil.dm
* Update coil.dm
* Update coil.dm
* Update coil.dm
* ranges
* UGH
* Update vorestation.dme
* meth
* monster math
* Update coil.dm
* Update coil.dm
* Update coil.dm
* THEY DID THE MATH
* the monster math
* egwah
* desc
* Update coil.dm
* Returns
* Update coil.dm
* Lowers amount gained
* this
* im dumb
* tesy
* Update coil.dm
* Update coil.dm
* fixes initial density on blast doors
* dot
* fixes these
* Mapper Tools
* icon
* these
* Fixes the sound following people
* recursive geigers
* Make this a proc
* Update supermatter.dm
* less ear destroying
* these
* makes canisters not get softlocked
* Hotkeys
* proper return
* Makes shield gen useful. Gets rid of a harddel
Adds hydromagnetic trap
* math
* Makes buttons more clear.
* lol
* Fixes ancient runtime
* Adds craftable mass driver buttons
* button
* fixes this
* Makes misclicks not destroy solar panels
* Update solar.dm
* fix this
* make them both numbers
* upports reflectors
* Update reflector.dm
* Update reflectors.dm
* solar panel and climbable
* Gets rid of 'as X'
* Adds account console
* Update vorestation.dme
* Craftable message server
* Update message_server.dm
* These
* con struct
* Update smartfridge.dm
* whoop
* edits
* fixes per pile lootable counts
* shovel digging element
* retooled to flag
* take two
* proc that
* sand digging
* collapse that system in too
* allow base loot
* desc
* potat
* fix that
* no making that on rocks
* oops
* var version
* prevent that dupe
* fixes
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
* Part 1
* WIP
* The rest of these
* More stuff
* Whoops, did that wrong
* typo
* gweeen
* This all works
* SHOWER
* Rads
* awa
* rad
* Update life.dm
* edits
* Makes lvl 3 rads give you a warning.
You should already know by this point, but this makes it EXTRA clear you're getting fucked
* Update vorestation.dme
* aaa
* propagate
* gwah
* more fixes
* AAA
* Update radiation.dm
* Update radiation.dm
* mobs rads
* rads
* fix this
* Update _reagents.dm
* these
* Get rid of these
* rad
* Update config.txt
* fixed
* Update radiation_effects.dm
* next set of admin verbs
* invoke
* .
* a few more
* few more
* .
* few more
* some more
* move thos
* next
* some debug verbs
* axe the old mod loading
* del
* is local for some verbs
* few more
* .
* .
* .
* Add local narrate.
* Fixes this
Needed to be user.mob, since user is the client and usr was the old user.mob
* fixes
* .
* .
* .
* .
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
update_dna() was calling dna.ready_dna() which internally calls
ResetSE(), setting all SE blocks to rand(1,1024) (the OFF range).
Any subsequent domutcheck(MUTCHK_FORCED) call would then deactivate
every trait gene because all SE values read as inactive, including
the morph gene itself.
Replace dna.ready_dna(src) with dna.ResetUIFrom(src), which re-encodes
appearance DNA from the mob's current state without touching the SE
layer. Also correct the stale sync_organ_dna(dna) call to the correct
no-argument form matching the proc signature.
Affected call sites that triggered this bug: the morph appearance
editor, change_gender, add_marking, remove_marking,
change_priority_of_marking, and change_marking_color.
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Noise language is used for audible emotes when '\!' is prefixed in say.
handle_speech_problems() was unconditionally clearing the message for
any mob with sdisabilities & MUTE, including Noise language pieces.
'*emote' in say() bypasses mute entirely by redirecting to emote()
before handle_speech_problems is reached. '\!emote' and ';\!emote' should
be consistent with that: MUTE suppresses speech but not emote actions.
Now, when MUTE is the sole reason the suppression block fires (not
silent or paralysis), Noise language pieces fall through to the parent
proc instead of being cleared.
* some of it
* storage explorer suits, and Victorian suits
* trailer blazers
* clean up
* trailblazers in techweb
* mined turf needs to work too
* icepick and shovel teckweb
* wrong path
* backward
* rename that
* Made a Command pallete for the Gooborg
Made a Command pallete for the Gooborg
* Add Command Gooborg
* Update gooborgs.dm
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* no flashes in phase
* flashbangs in phase
* phased shadekin don't explode
* phased shadekin aren't emped
* no splurting phased kin either
* can't change medical equipment in phase
* forbid phased mob mounting
* prevent an exploit
* do it here too
* another pr
* minimize whitespace
* minimize
* trait
* ignore this for now...
* text
* many mouse checks are just pest checks
* remove more manually done pronoun code
* Revert "remove more manually done pronoun code"
This reverts commit 3a6401f443.
* user should be passed
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>