Yoshax
eda674eca0
Attack fix
2017-05-04 01:21:47 +01:00
Neerti
ccb5e5700b
Merge pull request #3387 from VOREStation/aro-pol-zzz
...
Stasis Bag and Sleeper Changes
2017-05-02 12:09:33 -04:00
Neerti
ea2945f88f
Merge pull request #3380 from Anewbe/item_slowdown_mod
...
Tweaks how item slowdown works with species vars
2017-05-01 15:40:56 -04:00
Arokha Sieyes
58fec31ea4
Allows 'escaping' sleepers, among other things
...
Added some helper procs for stasis things, and also allows using grabs on sleepers like the advanced scanner because that inconsistency between the machines was bothering me.
2017-04-29 18:59:28 -04:00
Neerti
ec366d5d74
Makes Technomancer use modifiers, fixes a few bugs
2017-04-28 16:27:51 -04:00
Arokha Sieyes
418db00c19
Stasis Bag and Sleeper Changes
2017-04-27 21:47:52 -04:00
Anewbe
a742986015
Tweaks how item slowdown works on certain species
2017-04-26 19:03:16 -05:00
Anewbe
eda374cf83
Merge pull request #3356 from Neerti/4/23/2017_ling_nerfs
...
Adjusts Changelings
2017-04-25 22:04:37 -05:00
Anewbe
3fd1eb95b0
Merge pull request #3355 from Anewbe/siik
...
Sam is no longer in the list of words for Siik
2017-04-25 18:57:47 -05:00
Anewbe
40e58d6f5b
Merge pull request #3363 from LorenLuke/buckle-give
...
Fixes 3314.
2017-04-24 14:44:55 -05:00
LorenLuke
af74306b43
Fixes 3314.
2017-04-24 12:03:04 -07:00
Neerti
6dbff1ee83
Adds Drone Identification Cards
...
Drone FBPs now spawn with an EIO issued ID alongside their NT ID card.
Also makes the bartender's permit automatically name itself when created by the job_controller.
2017-04-23 16:30:32 -04:00
Neerti
d6683be3ce
Adjusts Changelings
...
See PR
2017-04-23 13:22:32 -04:00
Anewbe
1442528bfb
Sam is no longer in the list of words for Siik
2017-04-23 11:08:29 -05:00
Atermonera
3f1194696a
Brain type is shown on all records
2017-04-22 18:18:31 -07:00
Anewbe
2e9383d6ac
Merge pull request #3339 from VOREStation/aro-pol-computericon
...
Removes all the hard references to computer.dmi
2017-04-22 09:36:40 -05:00
Anewbe
59a19f7197
Merge pull request #3330 from VOREStation/footstep-sounds
...
Implements footstep sound system and adds sounds to various floor types.
2017-04-20 21:10:28 -05:00
Neerti
baac0efffb
Merge pull request #3266 from Anewbe/scratch_damage
...
Armor soak now caps at 80% of incoming damage
2017-04-19 23:33:30 -04:00
Arokha Sieyes
0fe43a1f2b
Removes all the hard references to computer.dmi
...
I assume these were all lazy copy-pasting. We're changing computer icons to another set in a file we'll keep separate, and these completely pointless references are annoying. They should inherit this from the `/computer/` level, which they do. Has no effect on Polaris, but cleans up code that shouldn't exist.
2017-04-19 16:54:16 -04:00
Anewbe
28caa29467
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into scratch_damage
...
# Conflicts:
# code/modules/mob/living/carbon/human/human_defense.dm
2017-04-19 12:55:11 -05:00
Neerti
e951ff344e
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into 4/18/2017_modifier_system_and_lings
2017-04-19 13:47:57 -04:00
Anewbe
bf7dce79cc
Unathi mechanical changes ( #3256 )
...
* Unathi changes
* Tweaks blurb
* Alcohol tweaks
* Age tweak
* Slowdown
* Adds Unathi to the codex
* Fixes Unathi Organs, adds sprites
* Fixed the changelog
* Sprite and language tweaks, Unathi
2017-04-19 13:42:51 -04:00
Anewbe
93b52c138a
Merge pull request #3308 from LorenLuke/Changeling-Respec
...
Tweaks Changeling Respecs
2017-04-19 10:32:13 -05:00
Anewbe
9d2df21777
Merge pull request #3328 from Neerti/3/14/2017_makeshift_armor
...
Adds Makeshift Armor
2017-04-19 10:13:20 -05:00
Neerti
ea6128f986
Adds Modifier System, Changes Some Ling Stuff
...
Adds a fairly simple system that allows adjusting various numbers like max health, incoming damage, outgoing melee damage, etc. The nice part is that changing certain variables this way (like max health) is a lot safer than manually setting the max health var directly.
Changes a lot of short lines of code to point towards a variable's getter or setter helper instead of reading the var directly so the modifiers can work.
Endoarmor, delayed toxin sting, Enfeebling sting, and recursive adrenaline overdose now use the modifier system.
Enfeebling sting now only lasts two minutes, from five minutes, however it now also reduces the victim's melee damage by 25%/50%, and increases the damage they suffer by 10%/35%, for normal and recursive respectively.
Delayed Toxin Sting's effects are now felt all at once instead of over the course of a few minutes.
2017-04-18 21:23:59 -04:00
Leshana
1987439151
Reduce footstep volume if walking or barefoot.
2017-04-18 18:09:45 -04:00
Leshana
9a7dda1ad1
Implements footstep sound system and adds sounds to various floor types.
...
* Adds system for turfs to have "footstep sounds" that play when someone walks over them.
* Adds system for floor types (the kind of turfs where you can put tiles on them) to support the footstep sounds.
* Adds sounds to plating, tiles, wood, and carpet floor types.
* Footstep sound system is configurable in game_options.txt, it can be turned off completely or the volume adjusted.
2017-04-18 11:33:44 -04:00
Neerti
6bd0f8742e
Finished coding makeshift armor.
2017-04-18 03:16:10 -04:00
Anewbe
b00897fb15
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into scratch_damage
2017-04-17 16:49:10 -05:00
MagmaRam
cff6fc4150
Merge pull request #3313 from Anewbe/halt_fix
...
Sorta fixes the syntax on the *halt emote
2017-04-17 11:26:46 -05:00
Neerti
d09cc7a57d
Merge pull request #3306 from Anewbe/markings
...
Makes two more markings Taj only
2017-04-16 10:26:16 -04:00
Neerti
c91d8cc767
Merge pull request #3273 from LorenLuke/Numpad
...
Allows usage of ctrl+numpad for target zone selecting.
2017-04-16 00:40:15 -04:00
Anewbe
1fbef2de5b
Merge pull request #3286 from VOREStation/smooth-lighting
...
Port tg/paradise/goon soft-edge lighting
2017-04-15 22:52:42 -05:00
Anewbe
f4444f2dad
Sorta fixes the syntax on the *halt emote
2017-04-15 20:35:17 -05:00
LorenLuke
ca378b7b69
Tweaks Changeling Respecs.
2017-04-15 01:57:49 -07:00
Anewbe
29eb4f5425
Makes two more markings Taj only
2017-04-14 23:25:46 -05:00
Neerti
953574a57d
Merge pull request #3303 from Anewbe/doona_faces
...
Diona should regrow faces now
2017-04-15 00:21:33 -04:00
Anewbe
4cf38d9037
Should fix throwing people.
2017-04-13 23:38:16 -05:00
Anewbe
25ea0ed33d
Diona should regrow faces now
2017-04-13 22:48:10 -05:00
LorenLuke
452f1fad9b
Merge branch 'master' into Grab-Throw-Fix
2017-04-13 19:29:40 -07:00
LorenLuke
a0eecc9f45
Fixes grabs not being able to throw (sorry... :c )
2017-04-13 19:28:10 -07:00
Leshana
f2956464b8
Replace direct access of lighting overlays with T.get_lumcount()
2017-04-12 19:11:53 -04:00
Anewbe
077fa19920
Merge pull request #3285 from Anewbe/aviator_fix
...
Fixes aviator SecHUDS
2017-04-12 16:52:46 -05:00
Cerebulon
18de8caf6a
Adds two side swept versions of the Undercut haircut
...
Also removes a couple of unnecessary comments from the file.
2017-04-12 21:13:59 +01:00
Anewbe
60fa2839e7
Fixes aviator SecHUDS
2017-04-11 21:20:48 -05:00
Anewbe
03c0ebf490
Lessens brainloss from oxyloss
2017-04-11 20:42:17 -05:00
LorenLuke
faf85774b5
Resisting out of choking grabs isn't 100% guaranteed anymore. Tweaked some ling checks to compensate.
2017-04-11 01:16:03 -07:00
LorenLuke
69a8d84344
Fixes a few errors.
2017-04-11 00:39:21 -07:00
LorenLuke
cebbac32e8
Allows usage of ctrl+numpad for target zone selecting.
2017-04-11 00:25:29 -07:00
Anewbe
ab4f99a79e
Armor soak now caps at 80% of incoming damage
2017-04-10 20:09:59 -05:00