Commit Graph

33745 Commits

Author SHA1 Message Date
Cyberboss 2a8e5ff4cb Fixes a very annoying spawn (#24588)
* Fixes a very annoying spawn

* Yeah whatever
2017-03-03 10:38:15 +13:00
kevinz000 3d830aa5c2 Fixes comms console cooldown being bypassable (#24579)
* Update communications.dm

* Update communications.dm

* Update communications.dm
2017-03-03 10:21:03 +13:00
oranges 941f1c6fe2 Merge pull request #24590 from ChangelingRain/cultfix
Two cult fixes
2017-03-03 10:20:24 +13:00
Cyberboss 311ba7b7f0 Fixes admin uploaded map templates (#24581) 2017-03-02 15:12:40 +01:00
oranges c218c9af74 Merge pull request #24570 from Cyberboss/DeitusDidThis
You can now smite ahelpers
2017-03-02 20:11:37 +13:00
PKPenguin321 463b9cd147 Mimery Kit Adjustments (#24575)
* Mimery Kit Adjustments

This commit lowers the cost to 12 TCs

* Grammar changes

Makes some messages more grammatically correct and better sounding yeah

* Fixes shooting mime bullets while restrained/incapacitated
2017-03-02 20:10:46 +13:00
oranges 312f0e2d3a Merge pull request #24559 from Cyberboss/KeysPartII
A/Dsay radio keys redux
2017-03-02 20:10:09 +13:00
Robustin 36a0261eb7 Syndiebeacon now tracks engine (#24419)
* Update syndicatebeacon.dm

* Update

* No more sanic ball

* Beacon buff

* Slow dooown

* Fuck movement scaling actually

* Atomized

* De-debugging

* world is now poi_list
2017-03-02 19:58:08 +13:00
Iamgoofball 93f9b713aa Adds a Bicycle to the game (#24431)
* 自転車をゲームに追加する

* adds file

* dfssdffds

* cdvsffsg

* fixes

* Update bicycle.dm
2017-03-02 19:56:44 +13:00
oranges f32834f851 Merge pull request #24477 from lzimann/nosmooth
Shuttle walls no longer smooth with shuttle engines, only with shuttle heaters
2017-03-02 19:54:04 +13:00
bgobandit 85621d1e5e You can make a damp rag out of medical gauze + other sink refactors (#24500)
* adds gauze reaction, partially refactors sink water interactions

* Hey guys scarce here

Apparently it takes bandit more than 3 days to make one simple change

* Update watercloset.dm

asdf
2017-03-02 19:48:44 +13:00
oranges 8930b26c1f Merge pull request #24512 from Cyberboss/CoilShock
Fixes runtime with tesla coils shocking things
2017-03-02 19:43:07 +13:00
GunHog 55c173bea5 Allows more mobs to use advanced camera consoles (#24550)
* Allows more mobs to use advanced camera consoles

Lessend mob type restrictions on advanced camera consoles, specifically
affecting drones and cyborgs.

* Remove borg adjacency check + Restrict AI

- Uncomments to AI restriction
- Removed adjacency requirement for borgs.
2017-03-02 19:42:23 +13:00
kevinz000 4408a8fbdc [READY]Pressure plates - Idea by Arianya (#24319)
* welcome to minecraft

* all good

* fix

* forcemove

* new procs
2017-03-02 19:35:20 +13:00
coiax 1a73938c3d Alien larva poll ghosts before bursting (#24523)
* Alien larva poll ghosts before bursting

🆑 coiax
add: Ghosts are polled if they want to play an alien larva that is about
to chestburst. They are also told who is the (un)lucky victim.
/🆑

* Messages and fixes

* Removed var from giant list of vars
2017-03-02 19:33:17 +13:00
oranges 1f35a396c8 Merge pull request #24531 from vcordie/iamverydumb
fixes tesla cannon origin-tech
2017-03-02 19:31:44 +13:00
oranges ea07e1a009 Merge pull request #24532 from Cyberboss/patch-19
Fix a potential runtime with the splashscreen obj
2017-03-02 19:31:30 +13:00
Joan Lung 3706105960 Fixes brass box hinges (#24533)
* I regret making these a toolbox subtype

* consistency!
2017-03-02 19:31:11 +13:00
oranges 30953aba69 Merge pull request #24534 from Militaires/boxing
fixes boxes that dont use an illustration having writing on them
2017-03-02 19:30:39 +13:00
oranges 1041873ed4 Merge pull request #24535 from Cyberboss/AnimateThePlanet
Animates "Server Hop"
2017-03-02 19:30:17 +13:00
bgobandit 0708bee69d Traitor codewords and responses now pull from the ion storm wordlists. (#24538)
* Traitor codewords and responses now pull from the ion storm wordlists.

* more words for codewords/ion laws

* oops honk
2017-03-02 19:29:40 +13:00
oranges 8406e2a8c1 Merge pull request #24554 from coiax/spod-gasping
Clones no longer gasp for air in cloning pods + Mime's Bane reagent
2017-03-02 19:26:53 +13:00
Joan Lung 831cb031ef Two cult fixes 2017-03-01 15:50:03 -05:00
Cyberboss 114704b97c You can now smite ahelpers 2017-02-28 21:36:12 -05:00
oranges 8c3b5d7719 Merge pull request #24541 from Cyberboss/OMGHowDidNoOneNotice
Fixes lobby sound waiting for initializations
2017-03-01 15:29:44 +13:00
oranges 564bd6ee74 Merge pull request #24558 from MrStonedOne/patch-324
fixes false positives on ai click cheat check message
2017-03-01 14:01:01 +13:00
coiax 27d67a450b Minor implants refactor (#24378)
* Minor implants refactor

Fixes #24375.

Implant cases and implanters now have an `imp_type` var for making the
implant in New(), rather than individually creating the implant in
New(), which would have worked fine except when you try to create
subclasses of implanters.

* Initialize gt New
2017-03-01 13:51:56 +13:00
Joan Lung 96dab8601b Merge pull request #24529 from Robustin/supplydemand
Combat Shotgun Price Increase
2017-02-28 19:27:17 -05:00
Cyberboss a689937d9f A/Dsay radio keys redux 2017-02-28 17:07:52 -05:00
Kyle Spier-Swenson dedf2db2d7 fixes false positives on ai click cheat check message
We just confirm the turf actually has a static overlay

How simple is that?
2017-02-28 12:59:32 -08:00
oranges 97279cd41c Merge pull request #24556 from MrStonedOne/patch-323
[s]More security exploit patching
2017-03-01 09:26:27 +13:00
oranges b322ccc5d4 Merge pull request #24518 from Cyberboss/MineEffects
Fixes mine effect being activated when picked up
2017-03-01 09:14:29 +13:00
oranges 6ec969d180 Merge pull request #24521 from Cyberboss/Electrocute
Fixes prototypes of electocute_act
2017-03-01 09:13:55 +13:00
oranges 535cccbc35 Merge pull request #24524 from Cyberboss/patch-15
Fixes null user runtime with station rename
2017-03-01 09:13:31 +13:00
oranges f5d8b0c874 Merge pull request #24506 from Cyberboss/ThatDamnEmptyLine
Mobs will no longer be shown empty memories
2017-03-01 09:11:51 +13:00
oranges f70c5f6c62 Merge pull request #24503 from Jordie0608/itsagoodthingwedontneedtousethepollsforanythingimportantsoonright
Fixes poll_question
2017-03-01 09:11:23 +13:00
oranges cdd93d5cb5 Merge pull request #24511 from Cyberboss/IncorrectDeletion
Fixes turf/empty qdeling itself
2017-03-01 09:11:06 +13:00
Supermichael777 775c842cff Adds a delay to the nuke ops bomb button (#24493)
* Do not look away from the button

* wups
2017-03-01 09:10:05 +13:00
bgobandit 1bfb868c68 Fixes bug where the library scanner is not recognized. (#24496)
* fixes bug where scanner is not recognized

* find scanner is a proc
2017-03-01 09:09:18 +13:00
oranges d062a5f71f Merge pull request #24501 from MrStonedOne/patch-321
Patches around byond bug ID:2218538 (sql quote acting odd)
2017-03-01 09:08:19 +13:00
oranges fbf93d8c68 Merge pull request #24516 from Cyberboss/MoreOverlayProblems
Fixes runtime with burger overlays
2017-03-01 09:08:01 +13:00
oranges 2a3d6dc945 Merge pull request #24514 from Cyberboss/RoboCamTimer
Fixes robot cameras
2017-03-01 09:07:22 +13:00
oranges bff44197af Merge pull request #24513 from Cyberboss/RidingIsShit
Fixes a ton of shit with riding_datums
2017-03-01 09:07:09 +13:00
oranges eb99981926 Merge pull request #24507 from Cyberboss/patch-13
Fixes a call to copy_overlays
2017-03-01 09:06:45 +13:00
Kyle Spier-Swenson 82ab8bcd19 [s]More security exploit patching
Thanks to Nadrew at byond forums

The full details is that somebody can use the built in version of these verbs to aimbot or find the location of items.

.click 'name-of-mob' and you will click on that mob, meaning you now point in that direction and if its in range, you click directly on it. something that could be automated with auto hotkey.

This still requires a control_freak bypass, but there is a way to do that that is stupid easy that I don't want to detail it.
2017-02-28 11:44:29 -08:00
Jack Edge afc585c95c Clones no longer gasp for air in cloning pods
🆑 coiax
fix: Clones no longer gasp for air while in cloning pods.
add: Adds a new reagent, "Mime's Bane", that prevents all emoting while
it is in a victim's system. Currently admin only.
/🆑

- Clones keep gasping a lot, either because they're not in an oxygenated
environment, or because they start in crit. This fixes that in a fairly
clean manner, and also adds a "fun" reagent to give to evil clowns or
something.
2017-02-28 18:32:34 +00:00
Cyberboss 0bee4885df Fixes built APCs never getting a loc (#24509) 2017-02-28 12:21:22 -06:00
Cyberboss 0ae196b92a Fixes runtimes with rapid fire again (#24508) 2017-02-28 12:20:02 -06:00
Cyberboss b65d4ff664 Fixes SSU wires not checking if usr exists (#24520) 2017-02-28 12:19:04 -06:00
Cyberboss 874c912b96 Fixes damp rag logging (#24519) 2017-02-28 12:18:11 -06:00