Commit Graph

8397 Commits

Author SHA1 Message Date
Cyberboss b86e224571 Makes qdeleted and qdestroying macros (#23666)
* Makes qdeleted and qdestroying macros

* Makes QDELETED and QDESTROYING uppercase

* Swap qdel checks istype's for != null's

* Fix it

* How was this missed?
2017-02-06 00:59:27 +13:00
Joan Lung 246b1fd253 Merge pull request #23671 from KorPhaeron/eyes_as_organs
Eyes As Organs
2017-02-04 17:14:19 -05:00
Joan Lung 7fa4ee825a Merge pull request #23659 from Cyberboss/thisisstupid
AIs can no longer resist
2017-02-04 12:55:34 -05:00
Joan Lung 027290de05 Ratvar-converted AIs become brass-colored, speak in Ratvarian, and cannot be carded (#23664)
* Ratvar-converted AIs become brass-colored, speak in Ratvarian, and cannot be carded

* bro you're super rogue

* that'd be smart
2017-02-04 11:34:51 -06:00
KorPhaeron 8f5b9a3aa0 It should probably actually compile 2017-02-04 08:38:06 -06:00
KorPhaeron 0117b71d48 Lazy nightvision spell is no longer meant for carbons to use 2017-02-04 08:36:17 -06:00
KorPhaeron 3d5443212b Fixes a runtime 2017-02-03 21:58:45 -06:00
KorPhaeron 71e958b44e Eyes travel with the head when dismembered 2017-02-03 19:13:47 -06:00
KorPhaeron f50e88c16f Gives aliens, shadowpeople, monkeys, devils eyes 2017-02-03 17:34:34 -06:00
KorPhaeron 9745224888 Eyes As Organs 2017-02-03 15:38:26 -06:00
Joan Lung 4c71b31f6f Merge pull request #23616 from KorPhaeron/flashlight_eyes
Flashlight eyes
2017-02-03 15:03:30 -05:00
Cyberboss 7cc193a2de AIs can no longer resist 2017-02-03 09:56:09 -05:00
Leo 5c35f47598 Improves the sql death report (#23513)
* Adds the map name and server to the death report.
Removed the `sql_report_cyborg_death()`, it was the same as `sql_report_death`.

* Changes the SQL schemas.
2017-02-03 10:36:31 +13:00
oranges 52df5eadb5 Merge pull request #23586 from KorPhaeron/removesdumbvar
Removes weakeyes
2017-02-03 00:28:46 +13:00
oranges 236c9e4799 Merge pull request #23554 from ChangelingRain/scriptureswap
Swaps the tier of Vitality Matrix and Fellowship Armory
2017-02-03 00:21:21 +13:00
kevinz000 910a986dbe Removes the changeling test (#23592)
* Update brain_item.dm

* Update dismemberment.dm

* Update brain_item.dm

* Update brain_item.dm
2017-02-02 11:45:21 +01:00
Cyberboss a6384a1240 Fixes PAI cards sticking around after holoform (#23591) 2017-02-02 11:43:52 +01:00
XDTM fbe6cfe55d Fixes exotic_blood not being deleted (#23564) 2017-02-02 11:32:46 +01:00
KorPhaeron 78a1902b46 Flashlight Eyes 2017-02-01 19:06:41 -06:00
Cyberboss 5efe9764ee Actually fixes monkeys runtiming (#23602) 2017-02-01 20:34:28 +01:00
Leo 99dfc8777c Fixes monkeys runtiming (#23593) 2017-02-01 13:12:13 +01:00
KorPhaeron b550f76ade Readds code that shouldn't have been removed 2017-01-31 21:41:25 -06:00
KorPhaeron e850988a80 Removes weakeyes 2017-01-31 21:38:49 -06:00
oranges 7a9b7ffe2f Merge pull request #23503 from ChangelingRain/eyewearfix
Fixes glasses toggling
2017-02-01 15:56:31 +13:00
Cyberboss f11c339ebc Make progress bars stack vertically (#23516)
* Make progress bars stack vertically

* Move progress bars to the HUD layer
2017-02-01 15:54:52 +13:00
KorPhaeron 1cca4cb56e Fixes the secret monkey technique (#23457)
* Fixes the secret monkey technique

* Fixes spacing
2017-02-01 15:47:22 +13:00
Joan Lung 746d94bc6f Merge pull request #23531 from Cyberboss/DRONES
Fixes drone inventories
2017-01-31 12:15:16 -05:00
Joan Lung 29e8ce0141 Swaps the tier of Vitality Matrices and Fellowship Armory 2017-01-31 11:57:54 -05:00
oranges 3db7886ed7 Merge pull request #23459 from ChangelingRain/cyborgscriptureselection
Tweaks Servant cyborg loadouts
2017-01-31 22:01:59 +13:00
oranges b60e3b00c4 Merge pull request #23479 from MrStonedOne/patch-297
Fix walk/run not toggling properly.
2017-01-31 22:01:05 +13:00
Cyberboss 1ce934cdd9 Fixes drone inventories 2017-01-31 01:09:41 -05:00
Cyberboss 3f7f5d4000 Removes/Refactors /mob/unEquip (#22918)
* Part1

* IT COMPILES!!!!

* Fuck wait this was missing from that last

* Update handlabeler.dm

* Update handlabeler.dm

* Fixes n shit

* Fix this

* Fixes #23310

* Fucking @RemieRichards was right

* Fixes devil unEquip

* WTF ARE BITFLAGS?

* THERES THE FUCKING PROBLEM

* Fixes
2017-01-31 09:28:31 +13:00
oranges 108dd4a460 Merge pull request #23437 from ChangelingRain/alienweeds
Fixes something doing a locate in world
2017-01-31 09:21:12 +13:00
Cyberboss f7c9749ca0 Fixes some bad addtimer calls. Adds INVOKE_ASYNC. Replaces addtimer(..., 0) (#23424)
* Fixes some bad addtimers

* Adds INVOKE

* Warning for addtimer

* Working syntax

* Another bad call

* Fixes the addtimer warning

* Add suppress_zero_warning to addtimer

Useful for addtimer that uses vars

* Add INVOKE_AGAIN for when the var is already defined

* Replace addtimer(...,0) with INVOKE((...))

* Much more sensible syntax

* Less overhead, less copypaste

* Rename INVOKE_ASYNC

* Use a macro

* Allman style

* Wait, why make it a datum in the first place?

* Revert the rename

* Rename again, keep line endings

* typo

* More typos

* Untouches Addtimer

* Update callbacks.dm

* Update timer.dm

* Revert allman style

* Revert "Revert allman style"

This reverts commit 47361da15bd04eca138be5f13acdc9dd5ba89331.

* Trying to match that whitespace diff

* Why is this missing?

* I'm not fucking dealing with this!
2017-01-31 09:20:54 +13:00
oranges de19dfc066 Merge pull request #23382 from Core0verload/intents_for_animals
Adds support for simple mobs changing intents
2017-01-31 09:13:19 +13:00
Joan Lung 0fbde400e5 Fixes glasses toggling 2017-01-30 11:31:00 -05:00
Kyle Spier-Swenson e0e5b0aac5 Fix walk/run not toggling properly on alt tab.
Basically, if you press and release alt within 1 game tick, the latter is ignored because of byond's verb limits. this fixes that.
2017-01-29 16:00:54 -08:00
Joan Lung 3cb86a189b Marauder tweaks (#23397)
🆑 Joan
rscadd: Clockwork Marauders now grant their host action buttons to force them to emerge/recall and communicate with them, instead of requiring the host to type their name or use a verb, respectively.
rscdel: Clockwork Marauders no longer see their block and counter chances; this was mostly useless info, as knowing the chance didn't matter as to what you'd do.
rscdel: Clockwork Marauders can no longer change their name.
tweak: Clockwork Marauders have a slightly lower chance to block, and take slightly more damage when far from their host.
bugfix: Fixes a bug where Clockwork Marauders never suffered reduced damage and speed at low health and never got the damage bonus at high health.
/🆑

Fixes clockwork mobs being unable to toggle clockwork structures.
Fixes marauder and vitality matrix healing not actually working on humans???
Fixes the anime fragment joke never actually showing up.
2017-01-30 10:24:46 +13:00
Cruix 74f0214a14 Made temporary martial arts not override sleeping carp (#23287)
* Made temporary martial arts inherit the inability to use guns from their base martial art.

* Made sleeping carp not able to be overridden by temporary martial arts

* Made sleeping carp respect the make_temporary parameter
2017-01-30 10:04:52 +13:00
Cyberboss 2aef76bdce Nuclear bombs now actually detonate (#22586)
* BOOM

* Forgot this check

* Fix remaining objectives

* This is better

* MSO params

* >When you copy paste directly from the comment

* Merge fixes

* Revert "Fix remaining objectives"

This reverts commit b1d1bf40f615019bb57088c24fae8f89c5d2e834.

* Revert "Forgot this check"

This reverts commit cea6ad2381d44a44ef3a93064997454cf7b1ccf5.

* After all that work I did to make objectives work...

* Oh this is important
2017-01-30 09:41:42 +13:00
Joan Lung a7385f91a1 Merge pull request #23376 from lzimann/properview
Adds a way to change your view range as a ghost
2017-01-29 13:09:08 -05:00
Lzimann 9ac326f692 Changes verb name to "View Range" 2017-01-29 16:04:06 -02:00
Joan Lung a043849f4e Tweaks ratvarian cyborg loadouts 2017-01-29 12:27:16 -05:00
coiax 2ab35a05fd Mobs polymorphed into silicons are lawless (#23216)
🆑 coiax
add: Any silicons created by bolts of change have no laws.
add: Cyborgs are immune to polymorph while changing module.
/🆑
2017-01-29 11:23:44 -06:00
Core0verload 6c2f5a4b71 Genocides "_s" in icon states (#23366)
* Genocide of "_s", part 1: mutations

* Genocide of "_s", part 2: aliens

* Genocide of "_s", part 3: augments

* Genocide of "_s", part 4: facial overlays

* Genocide of "_s", part 5: underwear

* Genocide of "_s", part 6: uniforms

* Genocide of "_s", part 7: animal body parts

* Genocide of "_s", part 8: human body parts

* Adds back icons used by hallucinations

* Changes some icon states from "broken" to "still broken"
2017-01-29 11:22:24 -06:00
coiax 7e4a0ee0df Adds Romerol (the REAL zombie powder) to uplink (#23369)
* Adds Romerol (the REAL zombie powder) to uplink

🆑 coiax
add: Syndicate agents have gained access to a highly dangerous
experimental bioterror agent, that causes partial reanimation and
aggression after death.
del: Zombie infections are no longer visible on MediHUD.
/🆑

- Adds a reagent to the uplink that gives anyone who injests it a
dormant zombie organ that will reanimate them as a zombie after they
die.
- Initial price estimate is 20TC because this is some fungal TB level
!fun!.
- Good for traitor chefs.
- Zombies are fun, let's have more of them.

* Fixes runtimes, removes airlock tearing

* aGGression

* Update health?

* Zombies are not TOXINLOVERS that's dumb

* Removes from uplink

* Revert "Removes from uplink"

This reverts commit a0acd313929b0787c2eab0d7f289e305212fa0ed.

* 25 TC
2017-01-29 11:21:37 -06:00
Joan Lung ad29c34eec AIs will eventually stop being stunned (#23420) 2017-01-29 11:21:05 -06:00
Joan Lung 7f0f9db906 Fixes something doing a locate in world 2017-01-28 20:43:28 -05:00
Xhuis bdb383ae40 Adds AI control beacons for exosuits (Winter Thaw 2017) (#23320)
* Adds AI control beacons for exosuits

* Diagnostic HUD entry + Design Fix

- Adds Diagnostic HUD entries for mecha beacons. (Green for normal, Blue
for AI)
- Fixes AI beacon research designs to havep roper requirements

* Sanity checks for mech hijacking
2017-01-28 18:10:08 +01:00
Militaires 65aa7782f4 genocides riding runtimes for lzimann and fixes other issues too #23135 (#23170)
* sleepight pupper

* boop

* boom explosion habbon

* wew ladder.

kor tell me the varname cock tobbagan dont just tell me it exists and you dont poin

* bambi in spess

* more shitfuck

* GOD DAMMIT ITS GONNA BE FUCKING HOT AAA

* commit this dick you fucking tub

* GIGANTIC REFACTOR 2.0

* OH YEAH THE CREAM RISES TO THE TOP

* antur

* aaaaaa

* boat

* wew ladder

* bman

* yaaaaaaaaaaaaaaaaaaawwwwwwwwwwwwwwwwwww

* STEEL CORRIDOR

* fuck my shitfuck

* DON

* so i walk up to the police in detroit city and im like excuse me officer but im tryna find some weed, and he's like shit so are we why dont you roll with me, we'll go around pulling over some minorities

that's what im talkin about

get up in the police ride. pop a 50 oz inside, nigga we be gettin HIGH .memememememe. we be going 60 when we see a trick-ass bitch, we gonna ask a hoe to drop them titties

go cops, get the dogs, let's go storm the barber's shop

* i walk into a airplane like bro man salam this will be bumpy ride put your seatbelt on

* what about you

* BRO MAN SALAM

* boom bim bam done

* ewewewewew
2017-01-28 17:49:49 +01:00