Commit Graph
10411 Commits
Author SHA1 Message Date
Farie82andGitHub e66c91c7c4 Remove soulhook. Fix cloning with mind transfer. Fix drone join (#15002) 2020-12-16 15:13:13 -05:00
AffectedArc07andGitHub 1843266a4a Makes syndicate depot structures Initialize() (#15120) 2020-12-16 15:08:32 -05:00
Edan52andGitHub fdc3a9fe2e Makes Bubblegum fightable (#13202)
* nerf

* remove other loot
2020-12-16 14:55:15 -05:00
Ty-OmahaandGitHub 256ecd0c16 Kidan Rebalance (#13203)
* Kidan mineral

* kidan can wear glasses

* More hunger and tox
2020-12-16 14:54:34 -05:00
nicetoolboxandGitHub f54b6904b9 Close storage UI when item becomes inaccessible (#14536)
* add hide_from_all to storage objects, to call by something once it's locked/close

* lockers call hide_from_all on stored storage items

* secure storage calls hide_from_all on lock

* throwing storage closes it

* adding storage to a disposal chute closes it

* adding storage to a crate closes it

* adding storage to the destructive analyzer closes it
2020-12-16 14:47:26 -05:00
moxianandGitHub 1683c4271a Refactors renaming things with a pen. (#14960)
* Refactors renaming things with a pen.

* Farie review (thanks!!)

* Derp.

* Farie take 2
2020-12-16 14:43:15 -05:00
SabreMLandGitHub 3b0d96a26a Invisivision (#15077) 2020-12-16 14:04:53 -05:00
Farie82andGitHub 8a20f24bb9 Makes blob creatures be able to be set on fire (#15076) 2020-12-16 13:57:45 -05:00
Farie82andGitHub 8e386fcad8 Revert the workaround for byond version 1537. Bump min version for travis (#15118)
* Revert "Makes code 513.1537 compliant (#15093)"

This reverts commit 5ccbbf1192.

* bump version
2020-12-15 13:33:41 +00:00
SabreMLandGitHub 36c7d0d5f5 Skrell anti-nerf (#15048) 2020-12-14 11:35:53 +00:00
5ccbbf1192 Makes code 513.1537 compliant (#15093)
* Makes code 513.1537 compliant

* Apply suggestions from code review

Co-authored-by: Farie82 <joepvelden@hotmail.com>

Co-authored-by: Farie82 <joepvelden@hotmail.com>
2020-12-12 08:57:57 -05:00
Farie82andGitHub 3a0cf40ca0 Makes cling and smuta transforms update your sec HUD (#15085) 2020-12-11 19:27:07 +00:00
61f6fac382 AIs can now toggle whether they wish to announce oncoming station arrivals or not (#15069)
* Adds an arrivals announcement toggle

* arc's suggestion

* Arc smells like FALSE

* Autodoc me Arc

* Apply suggestions from code review

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* AHHHHHHHHHHHHHHHHHHHH

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-12-10 09:00:49 +00:00
fc5bb118b3 10 new Diona "hair" styles (#15021)
* First commit

10 new diona 'hair'-styles!

* Newline

* Applied suggestions from review

The literal only thing that could've been wrong about the code, was. good job me ._.

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-12-09 12:17:11 -05:00
SabreMLandGitHub c5d66be971 Purified/Holy construct tweaks (#14845)
* Changes 'isAntag()' to check 'living' rather than 'carbon'

* Purified construct changes

Changes:

Only chaplains and other holy people can convert soulstones to purified soulstones,
Holy constructs are now tinted slightly blue, to make them stand out more from cult constructs,
Holy Artificers now spawn purified soulstones.

* Reverted blue tint
2020-12-09 11:21:20 -05:00
a6d048f719 Fixes #15065 - green terrors laying eggs while in vents (#15067)
* Fixes #15065 - greens laying eggs while in vents

* AA suggestion

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-12-08 12:31:33 +00:00
SabreMLandGitHub e641fe9c1a Swarmer Beacon EMP damage (#15032)
* Update swarmer.dm

* Update swarmer.dm
2020-12-06 22:45:56 +00:00
SteelSlayerandGitHub 6c6e71fc1b mmi no ghost (#15050) 2020-12-05 10:12:47 +00:00
f29d7c6e64 513 requirement, user-friendly byond version requirement handling (#15041)
* v1

* docs

* AA suggestion

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* MINIMUM VERSION 513

* // => ///

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-12-03 09:25:22 +00:00
8def3bf2af TS Mother Rework (#14856)
* basic functionality

* map edit: delete mother from awaymission

* IncubateEggs, PickupSpiderlings, anti-exploit stuff

* editor, please stop messing with my indentation

* fixes

fixes: stops "cancelled" messages when a terror is in an airless pipe, stops incubate being used on eggs on an adjacent tile,  makes the "cannot incubate due to lack of regen points" message clearer, stops spiders using remoteview while in a pipe which messes up their vision

* fixes being able to wrap spiderlings/etc into coccoons if they're on top of a dead body

* mother webs block spiderlings from passing them

* AA suggestion

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-12-02 19:25:19 +00:00
dearmochiandGitHub 28acf26d65 Makes point arrow travel smoothly to pointed object (#14979)
* Makes point arrow travel smoothly to pointed object

* Don't animate on same turf, add easing
2020-12-02 18:39:31 +00:00
SabreMLandGitHub 73a19ddffa Update emote.dm (#15033) 2020-12-02 09:25:58 +00:00
382032c87c Fix: allow AIs to restore safties on hacked bots (#15037)
Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-12-02 07:19:17 +00:00
SabreMLandGitHub 0398ebd249 Adds the ability to pat out fires on burning people (#15015)
* Update carbon.dm

* Heat resistance
2020-12-01 09:27:42 +00:00
AffectedArc07 ee13f13a2a Merge remote-tracking branch 'Paradise/master' into nanoui-is-dead 2020-11-29 09:46:30 +00:00
e371ad0326 Fixes TGUI ghost orbit menu runtime (#15011)
* orbit menu tgui debugging

* CI test

* enforce R.mmi.brainmob.name != null

* typing

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-11-29 09:42:53 +00:00
AffectedArc07 c12a3654fd Converts these 2020-11-27 10:26:52 +00:00
AffectedArc07 4996ac3373 Merge remote-tracking branch 'ParadiseSS13/master' into nanoui-is-dead 2020-11-27 10:21:41 +00:00
SabreMLandGitHub fef10c8614 Adds a setting to disable chat bubbles when typing 'me' emotes (#14930)
* Update typing_indicator.dm

* Attempt two

Added a new verb

* Don't need this

* Review stuff
2020-11-27 10:19:28 +00:00
dearmochiandGitHub 0d9a73f018 Adds a "follow" button to things pointed to by ghosts (#14981)
* Adds a "follow" button to things pointed to by ghosts

* Do not show the button if ghost is visible to the living
2020-11-27 10:18:42 +00:00
4a944658ad [TGUI] Upgrades Bots (#14871)
* secbots, ED209s, cleanbots

* Apply suggestions from AA code review

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* fluid buttons, Restore Safties

* pai rebuild

* deletes all spacing from data list

* katana needs_permit

* lava/storm/boneaxe needs_permit

* check s_store

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-11-27 09:56:02 +00:00
moxianandGitHub 388b69d78e Deletes CLICK_CD_BREAKOUT. (#14992)
There's no reason to prevent people from *clicking* on things
for 10 seconds. They won't be able to do anything useful while being
constrained anyway.
And also, all paths leading to CLICK_CD_BREAKOUT go through
CLICK_CD_RESIST, so this change effectively lowers the "can't click
anything" time from 10s to 2s (not to zero)
2020-11-26 09:44:37 +00:00
AffectedArc07andGitHub 44012814d0 Merge branch 'master' into nanoui-is-dead 2020-11-26 09:34:14 +00:00
AffectedArc07andGitHub 03934e8171 Nukes recursive effects (#14936)
* [WIP] Nukes recursive effects

* Finishes the rest of the stuff

* Mochi tweaks
2020-11-25 23:59:30 -05:00
SabreMLandGitHub 40c4476ec1 Adds a notification in dchat when a player dies (#14946)
* Death Note

* Adds a preference

* Probably should've done this

* Changed the list and shuffled some stuff around
2020-11-24 20:12:24 +00:00
moxianandGitHub 85c712b030 Orbit menu no longer bundles dead players with dead butterflies. (#14969) 2020-11-23 19:02:28 +00:00
SabreMLandGitHub cf3f0f3b45 Adds a new examination message for damage severity (#14922)
* Moderate damage

* Little bit of cleaning
2020-11-22 21:41:03 +00:00
AffectedArc07 54dd2765b4 Converts all tgui_ to ui_ 2020-11-21 12:10:58 +00:00
AffectedArc07 984ac231e0 Nano Is Dead 2020-11-21 09:46:50 +00:00
CocacolaguaandGitHub 8690450179 OCD (#14915) 2020-11-18 18:10:45 +00:00
moxianandGitHub 16d2638c0a Cardiac problems have a dedicated icon on medhud, not a generic "disease" (#14900)
* Cardiac problems have a dedicated icon on medhud, not a generic "disease"

* Rename "huddefib2" -> "hudflatline"
2020-11-18 18:08:01 +00:00
moxianandGitHub c58b74b936 Add more antagonists to the orbit menu. (#14898) 2020-11-18 18:07:16 +00:00
moxianandGitHub 3bb704be70 Make Nar'Sie summoner RED (#14897) 2020-11-18 18:06:50 +00:00
AffectedArc07andGitHub 78a35949e5 Merge pull request #14849 from SabreML/more-cult-stuff-v1
Cult fixes the 2nd
2020-11-15 21:54:44 +00:00
AffectedArc07andGitHub 27b1c4fd29 Merge pull request #14855 from moxian/hud
Skills HUD now shows job icon, and other minor HUD improvements
2020-11-15 09:28:43 +00:00
AffectedArc07andGitHub 96d4d6f265 Merge pull request #14869 from SabreML/drunk-alert
Adds an indicator alert for voice slurring
2020-11-12 12:32:52 +00:00
AffectedArc07andGitHub 4d2cee9844 Makes gray terror webs slightly more visible (#14866) 2020-11-11 15:39:09 -05:00
SabreML 57d5d12599 Drunk alert 2020-11-11 03:08:45 +00:00
SabreML beefe9e2d0 Update dog.dm 2020-11-09 10:29:58 +00:00
moxian a1825a6cdd Formatting. 2020-11-09 06:57:36 +00:00