Commit Graph

10683 Commits

Author SHA1 Message Date
Jordan Brown 6c8b13dd67 Merge pull request #29095 from ChangelingRain/windowfix
Windows now have the proper starting health
2017-07-07 10:02:47 -04:00
MoreRobustThanYou f97f0afa7f Update window.dm 2017-07-07 09:18:54 -04:00
MoreRobustThanYou 289567a2f1 Update window.dm 2017-07-07 08:30:04 -04:00
MoreRobustThanYou 70f1f9a40d Update window.dm 2017-07-07 08:22:33 -04:00
MoreRobustThanYou 30c00659a9 Update window.dm 2017-07-07 07:56:23 -04:00
MoreRobustThanYou c172578fda Ups the intergrity of reinforced plasma windows
They need to be SME-worthy
2017-07-07 07:48:55 -04:00
Leo a43ba99207 Merge pull request #29061 from ChangelingRain/warpeffect
Warp cubes are slightly less instant but way cooler
2017-07-06 22:12:21 -03:00
Tacolizard 5868aedcab initial (#29075) 2017-07-06 22:10:01 -03:00
Joan Lung ddeab5f6e3 Windows now have the proper starting health 2017-07-06 17:44:50 -04:00
Shadowlight213 68102aaa0c Refactors speech/communication logging and adds coordinates to speech logs (#28997)
* Adds locations to speech and related communications
Refactors how logging is handled for these.

* changes

* ahhhhh

* preemptive merge conflict undoing maybe?

* Let's not delay this further
2017-07-06 16:06:43 -04:00
Jordan Brown ce590cd648 Fixes windows not returning an Initialize hint (#29038) 2017-07-06 13:03:23 -03:00
Joan Lung bea7bf9297 Adds Necropolis curses for cursed items in Necropolis ruins (#28992)
* Adds Necropolis curses for cursed items in Necropolis ruins

* Adds sounds credit @FuryMcFlurry

* stat tweak

* these are painful enough

* a bit stronger

* i kind of wish there was a version of get_ranged_target_turf() that worked off of angle.... but there isn't

* smart coder 2000

* bossed around
2017-07-06 11:14:26 -04:00
Jordan Brown 691ba8d67f Removes the need for specifying obj_integrity (#29030) 2017-07-06 11:23:38 -03:00
ShizCalev c950cb88d4 Replaces highpressure windows with plasma windows (#29051)
* replaces windows

* replaces all instances of highpressure windows

* spacing cleanup
2017-07-06 10:11:44 -04:00
Jordan Brown 94b2134db1 Merge pull request #29050 from ShizCalev/plasma-window-fix
Fixes plasma window sprite
2017-07-06 10:10:54 -04:00
pigeons ba5372207f Fixes cartridges not linking with their host PDAs on creation (#28989)
* Reverts Initialize memes

* loc

* KISS
2017-07-06 10:06:14 -04:00
Jordan Brown a2d25af44b Merge pull request #29006 from Xhuis/twohand_storage_fix
Fixes forced two-handed weapons being unstorable
2017-07-05 20:52:03 -04:00
Shadowlight213 91c92c788c Gives ghost roles their own assigned_roles (#29044)
* Gives ghost roles their own assigned_role in mind.

* vars

* skeleton
2017-07-05 20:45:48 -04:00
Joan Lung f6c1d03805 Warp cubes are slightly less instant but way cooler 2017-07-05 18:02:05 -04:00
kevinz000 62ad647495 Fixes portals not autosetting their overridden target turf on Initialize - "It actually was my fault" (#28999)
* Update portals.dm

* Update portals.dm
2017-07-05 10:36:02 -04:00
shizcalev 059d6375ee why were r-plasma windows named that 2017-07-05 01:17:11 -04:00
shizcalev 08808ff7b7 fixes plasma window sprite 2017-07-05 00:52:06 -04:00
Steelpoint c3b00bce43 [Ancient Station] First Round Of Changes/Additions (#28843)
* InitialCommit

* BannersAndFixes

* NewChanges

* FinalChanges

* InitializeFix

* Typo

* MinorFixes

* MoreFixes
2017-07-05 00:22:16 -04:00
kevinz000 9d06913ac1 Gives AI radios loudmode (#29023) 2017-07-04 22:49:51 -04:00
MoreRobustThanYou aa7c60eb1f Ports plasma glass windows from /vg/ (#29024)
* add plasma window textures

* plasma glass sheets

* Update glass.dm

* Update window.dm

* Whoops!

* Update glass.dm

* Update glass.dm

* UHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

* this is what I get for coding while being awake for nearly 24 hours

* SMOOTHIES

* Update window.dm

* return return RETURN

* who cares

for some reason paperframes had trues and all that... i hate byond

* updated dmi snoothie thins

* Add files via upload

* thanks @Cyberboss- thump... zzzzzzzzzzz

seriously i am so tired right now

* AYYYy yayyy I SAID YEAHHHH, what's GOIN ONN

* Update glass.dm

* EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE

* ooga booga

* Update window.dm

* Update smelting_designs.dm

* Update smelting_designs.dm

* Update glass.dm

* Update window.dm

* Update glass.dm

* reee

* WHOOPS!

* Well, if ya say so

* Update glass.dm

* Update glass.dm

* uhhh....?

* Update window.dm

* Update glass.dm

* Add files via upload

* Update window.dm

* Update glass.dm
2017-07-04 22:27:58 -04:00
PKPenguin321 2d599e1b97 Adds the circle game (#28961)
* adds the circle game
- adds an inventory sprite to weapons.dmi
- adds the code for the hand "object" to weaponry.dm
- adds emote datum code for making your hand a circle to emote.dm

* fixes
- makes sure the emote is actually ran before creating objects
- qdels the new object if it fails to get placed into the mobs hand

* adds a message to the user when emote fails

* added special examine reactions
- added new proc to items.dm
- added handling for the proc in human/examine.dm
- added special examine reaction to the circled hand in weaponry.dm
- removed a check on the circle emote that made it not work in emote.dm

* defines, a fix

* undoes last two commits
2017-07-04 22:25:51 -04:00
Jordan Brown d6b66911b1 Merge pull request #29020 from ohnopigeons/autocharterfixpr
[s] Fixes for charter autoaccept
2017-07-04 21:49:36 -04:00
Xhuis 334df25e69 show them messages 2017-07-04 11:03:34 -04:00
kevinz000 de1281f458 Fixes PDA runtime href exploit (#28959) 2017-07-04 10:31:52 -03:00
Pigeons d5159f0e35 Fixes for charter autoaccept 2017-07-03 20:52:34 -04:00
Xhuis 8ad0737cf5 Forced two-handed objects can now be stored 2017-07-03 11:01:43 -04:00
Leo 685dba0f5a Merge pull request #28930 from Cyberboss/cardboardtubes
Fixes cardboard tube duping
2017-07-01 18:14:13 -03:00
Joan Lung a110e881ad Adds the blood-drunk miner as a potential mining "mini" boss (#28829) 2017-06-30 22:39:49 -03:00
oranges ae3740d84b use_power var now uses a define to reflect it not being a bool
NO_POWER_USE
IDLE_POWER_USE
ACTIVE_POWER_USE

holopads now correctly set use_power and the active_power_usage
2017-06-29 23:50:16 +00:00
Jordan Brown 917ca588a8 Fixes cardboard tube duping 2017-06-29 14:13:18 -04:00
kevinz000 712428ec9c Allows adminspawning of portals (#28896) 2017-06-29 00:53:58 -04:00
Leo ac96764660 Merge pull request #28851 from Cyberboss/RevertBorers
Removes cortical borers
2017-06-28 10:33:51 -03:00
Joan Lung d165ecc6f2 Rethemes the Necropolis (#28857)
* Rethemes the Necropolis

* clen

* not clever enough, hmm...

* that's a bug. hello, bug.

* no message

* a terrifying Legion room. full of one (1) Legion.

* some tweaks, inside has actual floor type

* tweaks
2017-06-27 18:49:30 -03:00
Matthew Walker f3afd18551 Move eye_damage from /mob/ to eye organs (#28725)
* First test change, only damage

* take out unused var

* null check

* First test change, only damage

* take out unused var

* null check

* Fixes some wizard stuns (#28693)

* First test change, only damage

* take out unused var

* null check

* review changes

* Hate git
2017-06-27 16:51:29 -04:00
Ergovisavi a08aa9e3a2 Fixes resin stacking & allows lasers to pass through resin (#28842)
* Fixes resin stacking
Lets you shoot through Resin with lasers!

* Small code cleanup

* TRUE
2017-06-27 09:29:26 -04:00
Really-Good-Soda-Flavor 930b15e625 Adds container types INJECTABLE and DRAWABLE (#28853)
* Adds container types INJECTABLE and DRAWABLE

* Make the chemistry readme a text file and updates it!

* Unfucks the readme!

* Another attempt at fixing the readme

* Remove the readme from the .dme

why was it a dm file!!
2017-06-27 09:19:25 -04:00
Jordan Brown ef96559701 Removes cortical borers 2017-06-26 11:21:08 -04:00
Jordan Brown dfc5a47c7e Merge pull request #28765 from KorPhaeron/tree
Small jungle trees
2017-06-26 10:41:52 -04:00
KorPhaeron 1fde4943b5 Initialize 2017-06-26 10:13:25 -04:00
KorPhaeron f5a1ce0492 Uses the proper icon file 2017-06-26 09:29:52 -04:00
Jordan Brown e9a66eb6ec Fixes resin attack message (#28789) 2017-06-26 13:02:52 +02:00
Jordan Brown fe1ee70961 Merge pull request #28766 from KorPhaeron/robot
Robotic legs are not weak to glass shards
2017-06-26 00:46:38 -04:00
Joan Lung 601ad4beda Adds the Cleaving Saw as what will be the reward for killing a miniboss (#28565)
* Adds the Cleaving Saw as what will be a reward for killing a miniboss

* slashslice

* wowduh

* some tweaks

* bleed!

* a little slower

* Smaller cleave, higher damage

* more info

* saw icon

* It's finally dooooone!

* done
2017-06-25 12:49:32 -04:00
Steelpoint f8ee37afc0 Ancient Space Station [Space Spawn Ruin] (#28584)
* FirstCommit

* HardsuitAncientSounds

* FurtherWorkSave

* HivebotSpriteMinorMapChange

* FinalFixesPrePR

* MinorFixes

* FixesPart1

* TGMMap

* Wording

* VoidSuitPlusSpelling

* TGMConv

* MoreSpelling

* RadioStorm

* SomehowGotThisToWork
2017-06-25 12:02:31 -04:00
Steelpoint 56a4c179b4 Station Engineers Spawn With Industrial Welder (#28740)
* InitialCommit

* LargeToSmall
2017-06-25 10:17:14 -04:00