Commit Graph

4495 Commits

Author SHA1 Message Date
AffectedArc07 43ee2488c7 More New() -> Initialize() for /obj/structure (#15158)
* More New() -> Initialize() for /obj/structure

* Updates these

* Tweaks + Fixes
2020-12-29 10:42:39 -05:00
Farie82 d174b13193 Notifies the ghost of the guardian of choice to be spawned (#15178)
Co-authored-by: joep van der velden <15887760+farie82@users.noreply.github.com>
2020-12-28 15:50:16 -05:00
AffectedArc07 8f72d7556e Annihilates the blackbox (#15132)
* Lets get this show on the road

* Now were talking

* These matter

* Oh the joys of CI testing

* And this

* Wrong version

* Tweaks

* More tweaks

* Lets document this

* This too

* Upgrades this

* Fixed some sanity issues

* This too

* Screw it, this too

* More sanity

* And these

* This too

* Documentation

* This too

* Fixes **awful** scoreboard logic

* Why do we care about only half-absorbing someone

* Revert "Why do we care about only half-absorbing someone"

This reverts commit 8de1cfdf05.

* Refactors these

* Hashing

* Moxian tweaks
2020-12-24 16:06:48 -05:00
SteelSlayer f0a5d15388 yes (#15179) 2020-12-23 22:52:18 +00:00
Kyep 3f6b7de694 Pinpointer runtime fixes (#15162)
* Fixes pinpointer.dm runtimes

* more pinpointer stuff

* fixes a crew.dm:37 runtime as well

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-12-21 09:47:37 +00:00
SabreML 08e6575504 Hopefully this works (#14948) 2020-12-16 15:02:58 -05:00
SabreML 3b0d96a26a Invisivision (#15077) 2020-12-16 14:04:53 -05:00
SabreML 2b282ef0dd slow down please (#15090) 2020-12-16 14:02:50 -05:00
Farie82 8a20f24bb9 Makes blob creatures be able to be set on fire (#15076) 2020-12-16 13:57:45 -05:00
SabreML 46d7019414 Cult barrier rune chaining (#15071)
* Barrier chaining

* Damage and invoke effect
2020-12-16 13:55:20 -05:00
Qwertytoforty d708c26865 Makes it a little harder (#15100) 2020-12-14 11:47:20 +00:00
Farie82 3a0cf40ca0 Makes cling and smuta transforms update your sec HUD (#15085) 2020-12-11 19:27:07 +00:00
Farie82 9dfb8b43c6 Maint drones now can't be chosen as agent by autotraitor (#15081) 2020-12-10 20:02:04 +00:00
dearmochi 2f3ce156a4 [Speedmerge] Fixes Contractors runtime on round end (#15079) 2020-12-10 08:57:23 +00:00
Qwertytoforty dbc9f1b1cf Adds 2 new blob reagents, radioactive gel, and teslium paste. (#14865)
* Adds 2 new blob reagents

* slight change

* Colour change for complementary, slightly more chance for shocking, better grammer for shock messages.

* Apply suggestions from code review

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>

* Nerfs the radioactive blob

* Adds blob effect desc, slightly nerfs the 2 new types

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
2020-12-09 12:12:32 -05:00
dearmochi 5edee29a50 [READY] Syndicate Contractors (#14605)
* Syndicate Contractors initial PR

* Finalize initial version

DNP

Finalize initial version

* Baton now costs 6 Rep, show dead extraction penalty, fix scroll

* Reduce total TC, add zippo, balloon, icon tweaks

* Address moxian, AA and Farie

* Fix mode.txt

* oops

* Address Farie 2

* Tweak baton to work around stam crits, address SteelSlayer

* Address TM issues, TP menu

* Fix wrongly merged DME

* Tick contractor DM files again

* Remove step_y

* TC rewards always higher than preceding difficulty's reward

* Address Farie

* Remove extraction_turf from handle_target_return

* fix doc

* Merge part2

* Address AA again
2020-12-09 12:03:23 -05:00
SabreML 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
Adrer 2490a95089 Makes biodegrade dissolve legcuffs (#14858)
* Makes biodegrade melts legcuffs

* Changes timers to use SECONDS define

* Replace dissolve procs with single generic dissolve_restrain proc
2020-12-02 18:40:31 +00:00
AffectedArc07 4996ac3373 Merge remote-tracking branch 'ParadiseSS13/master' into nanoui-is-dead 2020-11-27 10:21:41 +00:00
Kyep 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
AffectedArc07 44012814d0 Merge branch 'master' into nanoui-is-dead 2020-11-26 09:34:14 +00:00
Qwertytoforty 8ef38ef8ef Same ammount of b o o l e t, half the cost! (#14817) 2020-11-24 14:50:09 +00:00
Qwertytoforty 806c8363b9 Makes the abductor MID command mode notify admins better (#14950)
* Makes it message admins

* Update code/game/gamemodes/miniantags/abduction/gland.dm

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

Co-authored-by: Farie82 <joepvelden@hotmail.com>
2020-11-24 08:34:41 +00:00
SteelSlayer 827e4950c6 Update bomb.dm (#14943) 2020-11-22 13:16:35 +00:00
AffectedArc07 54dd2765b4 Converts all tgui_ to ui_ 2020-11-21 12:10:58 +00:00
Ryal 37225485c9 Actually prevents swarmers from eating high-value targets (#14923)
* Prevents swarmers from eating high value targets

* Changes fluff
2020-11-19 09:25:21 +00:00
Qwertytoforty cebc4b50ef Pinpointers can now point to their respective nuke. (#14783)
* Allows crew and operative nuclear pinpointers to point to their respective nukes

* Maybe hit a few more of them

* Removes true/false from active, fix henk question.

* SSSPEEEEEEEEEEEDprocess

* Steels requests

* Mode is 2 in some cases(thanks adv pinpointer), steels request

* REFACTORS PINPOINTERS AGAIN and henks stuff

* Fixes travis + runtimes

* Update code/game/gamemodes/nuclear/pinpointer.dm

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

* Henks requests

* Switches things up

* Apply suggestions from code review

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

* Fixes it, adds desc as per affecteds request

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-11-18 20:26:37 +00:00
moxian 3bb704be70 Make Nar'Sie summoner RED (#14897) 2020-11-18 18:06:50 +00:00
Qwertytoforty d466c0bc1c A shocking change (#14863) 2020-11-18 18:05:49 +00:00
Qwertytoforty 3bb8270a5d Fixes slaughter demon objectives, adds new slaughter / rev ones (#14889)
* Fixes slaughter demon objectives, adds new slaughter / rev ones

* Update code/game/gamemodes/miniantags/slaughter/slaughter.dm

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

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-11-17 15:29:53 +00:00
AffectedArc07 78a35949e5 Merge pull request #14849 from SabreML/more-cult-stuff-v1
Cult fixes the 2nd
2020-11-15 21:54:44 +00:00
AffectedArc07 9f91abddec Merge pull request #14851 from Qwertytoforty/bloody-interesting
Adds 2 new advanced blood rites
2020-11-15 09:32:57 +00:00
AffectedArc07 8aa038c31b Merge pull request #14853 from SabreML/Cult-Radial-Menus
Adds radial menus to cult structures and constructs
2020-11-15 09:31:19 +00:00
SabreML 3dd0ecf862 added a single space 2020-11-15 02:17:02 +00:00
SabreML 862e201809 Adds a deconversion message for purified soulstones 2020-11-13 09:22:51 +00:00
AffectedArc07 86d9be4eb2 Merge pull request #14860 from Kyep/cult_notices
Clarifies CC announcements during cult ascension
2020-11-11 20:44:43 +00:00
AffectedArc07 cb791eb9f8 Merge pull request #14864 from Qwertytoforty/I-poly-pls-nerf
Prevents staff of change from being bought on raging rounds.
2020-11-11 15:32:21 +00:00
AffectedArc07 b18395c925 Merge pull request #14857 from moxian/objective-dead
Stop giving dead people as objectives
2020-11-10 19:37:38 +00:00
AffectedArc07 3e4f72b6c4 Merge pull request #14852 from Adrer/Cling-Fleshmend-While-Burning
Changes fleshmend description to be accurate
2020-11-10 19:36:25 +00:00
Qwertytoforty 4f15a4c65a Stops it on ragin 2020-11-09 15:24:05 -05:00
SabreML 648a020e1d Prevent cultists from removing holy water from themselves 2020-11-09 16:04:47 +00:00
Kyep d0c554c363 clarifies CC announcements during cult ascension 2020-11-09 05:53:46 -08:00
moxian 5c32bf4c7c Fix typo in objection selection. Stop giving dead people as objectives. 2020-11-09 07:05:12 +00:00
SabreML 27903691ca Adds radial menus 2020-11-09 00:34:13 +00:00
Qwertytoforty d47ab6021b Tabbing, and an extra period. 2020-11-08 17:48:35 -05:00
Qwertytoforty 9cc5fe1dd8 Apply suggestions from steels code review
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2020-11-08 17:05:17 -05:00
Adrer e6932fc083 Added blood recovery to description 2020-11-08 22:02:16 +01:00
Qwertytoforty 562589fc99 Name change and spacing 2020-11-08 16:00:59 -05:00
Adrer 01b9de1c38 Changed fleshmend description 2020-11-08 21:53:35 +01:00
Qwertytoforty 10d21e164a Spelling and details 2020-11-08 15:53:23 -05:00