Commit Graph

40933 Commits

Author SHA1 Message Date
Robustin f079a4538e Spell action buttons finally fixed (#33882)
* Action button fix

* Action button fix

* Spell action button fix

* Spell action button fix

* Update alien_powers.dm

* Update spell.dm

* Action button fix

* Update touch_attacks.dm
2017-12-29 03:54:31 -05:00
MoreRobustThanYou bd06581800 The Radiance (eminence after ratvar awakens) can now ignore chapel tiles (#33873) 2017-12-29 03:53:59 -05:00
Buggy123 41e4e624ad Increases research point income by 33% (#33857) 2017-12-29 03:53:35 -05:00
CosmicScientist 91f461856b Adds colour shift to timestop (#33847)
* For PKPenguin, from Cosmic

* Removes a colour removal line due to no functionality
2017-12-29 03:52:47 -05:00
coiax ac172028d6 Internal radio implant (#33842) 2017-12-29 03:51:41 -05:00
XDTM 5d761c5605 [Ready]Adds the Pax reagent, small tweaks to pacifism (#33663)
* adds pax

* fixes and feedback

* Blanket disability fixes

* revert fix

* unlist

* update

* .
2017-12-29 03:37:10 -05:00
coiax 39975509ef Christmas event changes (#33861)
* A christmas tree with presents is now a subtype

Admins can now spawn `/obj/structure/flora/tree/pine/xmas/presents`
directly, instead of spawning regular christmas trees and then
triggering the event.

Also, the event now just deletes and replaces the xmas tree with a
present tree; saves on duplication of icon states and vars and all that.

* Code review I

* Gaia's Landing: The PR
2017-12-29 18:48:46 +13:00
ninjanomnom f6bd31745c turfs changed to /space/basic are instead turned into /space 2017-12-28 23:09:55 -05:00
Tad Hardesty 9c5c28906f Always use the area name when selecting a teleport beacon
Fixes the list showing "floor" or "plating" if the beacon is inside a
locker or someone's bag.
2017-12-28 16:58:14 -08:00
oranges 6ca4ac871d Prevent infinite loops in orbit checks
We bookkeep the list of orbiters we've already checked, so if there is a
chain of orbiters orbiting each other we don't keep checking infinitely.

There is an argument that we should prevent this situation arising at
all, but the list should never grow that large so this should be fine
2017-12-28 22:38:11 +00:00
Jordan Brown f6fe74ba83 Removes typepath from random event admin message 2017-12-28 15:26:18 -06:00
Leo ddcfdf2297 Merge pull request #33881 from AnturK/walls-have-eyes
Makes reset_perspective handle turf as eye
2017-12-28 19:02:30 -02:00
AnturK d95d4cb9d6 Fixes wall CanPass (#33880) 2017-12-28 18:59:22 -02:00
Robustin f5d26a4dd5 Fixes ethanol + book reaction message (#33867) 2017-12-28 18:53:47 -02:00
YPOQ 4782dd34d6 Fixes AI eyes getting nullspaced when jumping to deleted cameras (#33856) 2017-12-28 18:51:41 -02:00
oranges 8f476bc473 Merge pull request #33902 from kevinz000/patch-418
Fixes admin fingerprintslast
2017-12-29 09:29:59 +13:00
Cruix ec48947d31 Made atoms not smooth with shuttles (#33807)
* Made atoms not smooth with shuttles

* Shuttle area canSmoothWithAreas is automatically assigned to the area's type if it is null

* Moved pirate shuttle areas into the multi-area shuttles section
2017-12-29 09:27:34 +13:00
AnturK d863eb4c9c Adds roundend nuke disk location tracking to feedback. (#33660)
Adds roundend nuke disk location tracking to feedback.
2017-12-29 09:22:29 +13:00
Cyberboss 5e961e23e7 Revert "[READY] Easy hosting of roundend sounds (#33618)"
This reverts commit 03e3dee35c.
2017-12-28 14:24:48 -05:00
Robustin 329bd7aa1a Dead cultists can now cross Reebe's "Servant Blocker" (#33558)
* Dead Cultist Exception

* Servant blocker update

* Corpse balance

* Lets corpses pass servant blocker

* Lets cult corpses pass servant blocker

* Update servant_blocker.dm

* Update open.dm

* Update servant_blocker.dm

* Update open.dm
2017-12-28 13:33:38 -05:00
ShizCalev bde0bce29b Fixes being able to adjust jumpsuits without an adjust state w/ chameleon & random jumpsuit 2017-12-28 11:14:01 -05:00
Jordan Brown ac665354a7 Fixes ghost light not moving while orbiting (#33878) 2017-12-28 10:03:39 -05:00
AnturK d8e791bffc Makes default admin volume work again. (#33875) 2017-12-28 10:03:20 -05:00
Buggy123 a8a7d912f2 CTF flags are no longer locked to CTF. (#33874)
* CTF flags are no longer locked to CTF.

* Var added to enable/disable pickup by anybody.
2017-12-28 10:02:55 -05:00
AnturK acd01e7c91 Actually fixes the locker escaping. 2017-12-28 14:47:27 +01:00
AnturK 9976f33067 Fixes mobs targeting from inside things. 2017-12-28 14:38:28 +01:00
Leo 26136b6ecd Merge pull request #33876 from AnturK/roundend_feedback_standard
Cleans up survivor counting tiny bit
2017-12-28 09:50:20 -02:00
kevinz000 cfc90b6712 wry 2017-12-28 12:17:03 +01:00
oranges 43382b08e7 Merge pull request #33868 from Robustin/EMPruntime
Fixes EMP runtime
2017-12-28 23:08:06 +13:00
oranges 6d3c9348de Merge pull request #33853 from tgstation/Cyberboss-patch-2
If the world is launched with the "no-init" param. Master.Initialize isn't called
2017-12-28 18:58:31 +13:00
Jordan Brown d297930c1c Merge pull request #33888 from optimumtact/dothefandangomistersantiago
relic teleport no longer recursively calls itself
2017-12-27 20:31:51 -05:00
oranges f691256e97 relic teleport no longer recursively calls itself
I don't believe byond supports proc dispatch by arguments, so it's just
calling the same proc on the relic instead of the global proc and
throwing away the extra arguments, this infinite loop will surely end
the server
2017-12-28 01:09:25 +00:00
MoreRobustThanYou 03e3dee35c [READY] Easy hosting of roundend sounds (#33618)
* [READY] Easy hosting of roundend sounds

* Hopefully fix this.
2017-12-28 11:32:44 +13:00
oranges 395ce00bb1 Remove the handholding, so I can merge the pr by proxy
So the admin team won't let me be
Or let me be me, so let me see
They try to shut me down on OOC
But it feels so empty without me
2017-12-27 22:18:04 +00:00
oranges 5ca58fa195 Merge remote-tracking branch 'kevin/patch-414' into upstreamasterunsafe 2017-12-27 22:12:10 +00:00
kevinz000 e3d69de1f2 [READY]Adds picking up corgis and pAIs! (#33442)
Some pAI holochassis types can now be picked up by dragging them to yourself, and can be worn on the head!
Refactors how drone pickups work so it works for all mobs.
Same for corgis.

🆑
add: you can now pick up corgi's and pAIs, how disgustingly cute
/🆑
2017-12-28 10:47:09 +13:00
oranges 9d0e97fc8d Merge pull request #32311 from kevinz000/component_forensics
MoreRobustThanYou's datum forensics but it's a component this time.
Fully refactors forensics, including fingerprints, hidden/admin fingerprints, suit/clothing/whatever fibers, and blood DNA residue to /datum/component/forensics.
Adds support for manually adding fingerprints.
🆑
code: Forensics is now a datum component.
balance: NPC humans will now start leaving fingerprints on things they touch!
/🆑
2017-12-28 10:18:11 +13:00
AnturK a84915b217 Makes reset_perspective handle turf as eye 2017-12-27 22:05:43 +01:00
Jordan Brown 97881b6938 Merge pull request #33858 from nero1024/blastdoor-sound
Adds open/close sound to blastdoors and shutters
2017-12-27 11:49:49 -05:00
nero1024 fe3127747d Removes var names, playsounds won't use .loc 2017-12-27 10:08:21 -06:00
Robustin 99c05c24f5 Hallucinations no longer show open doors "bolting" (#33859)
* No more "bolting" open doors

* Update Hallucination.dm

* Update Hallucination.dm
2017-12-27 09:25:02 -05:00
AnturK ca444551c4 Cleans up survivor counting (maybe) 2017-12-27 13:06:55 +01:00
Tad Hardesty 739e17dfa3 Maybe make R&D console icons load faster (#33749)
* Maybe make design icons load faster

* Move design icon generation to asset_cache file
2017-12-27 19:04:52 +13:00
oranges b014717309 Merge pull request #33770 from vuonojenmustaturska/internalmagfix
adds ABSTRACT_1 flag to internal magazine objects
2017-12-27 19:04:27 +13:00
oranges 3e644a3606 Merge pull request #33833 from deathride58/please-repoban-kev
Fixes ghost zoom being broken
2017-12-27 18:49:45 +13:00
Cruix 407e2ea918 Fixed shuttle docking computers not working more than once (#33782)
* Fixed shuttle docking computers not moving the docking port if it already existed

* Removed explicit type instantiation
2017-12-27 00:43:23 -05:00
Jordan Brown 585674c8c3 Merge pull request #33834 from Xhuis/drone_hats
Drones now spawn with seasonal hats depending on active holidays [VERY Important PR]
2017-12-26 19:37:45 -05:00
YPOQ 7c672a572e Fixes AI camera lights not updating when tracking mobs (#33849) 2017-12-26 19:29:20 -05:00
Robustin 04a250009f Fixes EMP runtime 2017-12-26 16:53:37 -05:00
XDTM 78c26d5d4f Rebalances virus healing (#33815)
* Rebalances virus healing

* carbon
2017-12-26 16:40:50 -05:00