Commit Graph

13983 Commits

Author SHA1 Message Date
Cameron653
e47fe15fbf Fixes a comment that caused developers to scratch their heads.
Glass has a hardness of 30 https://github.com/PolarisSS13/Polaris/blob/master/code/modules/materials/materials.dm#L433

Thrown_force_divisor multiplies by 1.5. 
WHY THE HELL IS THIS A MULTIPLIER INSTEAD OF A DIVISOR ???? WHAT MADMAN NAMED THESE VARIABLES? https://github.com/PolarisSS13/Polaris/blob/master/code/game/objects/items/weapons/material/material_weapons.dm#L56

p.s: Marble spear does 50 damage per hit. may wanna nerf that. It's a 2 tile attack that does 50 damage. 
When thrown, marble spear does 39 damage, since it multiplies the blunt damage (26) by 1.5
2018-05-03 22:44:07 -04:00
Atermonera
2a16467f8a Merge pull request #5219 from VOREStation/vplk-nanoui-multi-template
NanoUI multiple templates example.
2018-05-03 11:12:56 -07:00
Anewbe
70b23e905e Merge pull request #5209 from VOREStation/pol-medsound
Ports the medical item sounds from Bay
2018-05-02 22:11:03 -05:00
Anewbe
13ceb7af14 Merge pull request #5215 from Lorwp/eventmsg
Cleans up Event messages
2018-05-02 21:55:23 -05:00
Neerti
cd2a538526 Merge pull request #5207 from Novacat/bluespace_duffle
Dufflebag of Holding
2018-05-02 22:41:27 -04:00
Lorwp
2d793fb738 Add \the when practical
Also `[station_name()]` to `the [station_name()]` in dust.dm
2018-05-02 08:58:07 +10:00
Atermonera
847590758b Merge pull request #5233 from VOREStation/pol-vs-3594
Resolve shower curtain/steam layering issue
2018-05-01 13:02:16 -07:00
Atermonera
c3ac0870b6 Merge pull request #5235 from VOREStation/pol-vs-3611
Fix wonky PDA eject messages
2018-05-01 13:01:26 -07:00
Atermonera
44cc2e26c7 Merge pull request #5229 from Neerti/4/29/2018_remove_world_REMOVE_WORLD
for(var/bad_code in world)
2018-05-01 13:00:18 -07:00
Atermonera
b75b3c539e Merge pull request #5226 from Lorwp/drillmeta
Destroys Drill meta 2: Electric Boogaloo
2018-05-01 12:38:19 -07:00
Mechoid
1db4c4b677 ~Promethean Tweaks: The one with the chemicals, and the other thing. (#5201)
* Promethean Tweaks Round Howevermany We're On Now

* Tweak again. Drinks only plink damage that can be regenned. Multiple drinks, or other sources of tox will still mean these are dangerous.

* Add Blurb other than just "What has science done?"

* Adds the changelog.

* Fixes the stupid.

* Fixfix @ Ater
2018-05-01 12:23:47 -07:00
Anewbe
7eaff9b3e0 Merge pull request #5222 from VOREStation/pol-freezer
Increase zealousness of Portable Freezer item whitelist
2018-05-01 10:18:34 -05:00
Arokha Sieyes
ce5c7619b9 Fix wonky PDA eject messages
As reported in https://github.com/VOREStation/VOREStation/issues/3611, attempting to eject a cart on a PDA when there's no cart tells you that you can't do that while you're restrained, which isn't very explanatory.
2018-04-30 15:39:48 -04:00
Arokha Sieyes
28c300359b Resolve shower curtain/steam layering issue
Reported in https://github.com/VOREStation/VOREStation/issues/3594, curtains and steam layer under mobs due to the plane update. This fixes that, and causes them to layer correctly.
2018-04-30 12:50:47 -04:00
Neerti
be73b8c36a for(var/bad_code in world)
Removes a very large amount of world loops.
Adds a macro to painlessly generate a global list, and the needed code to modify the list when an object is made or deleted automatically.
Cleans up some commented out code.
2018-04-29 17:55:04 -04:00
Atermonera
4828319605 Merge pull request #5212 from Woodratt/04252018_POIstage05
PoI Stage 0.5
2018-04-28 20:48:30 -07:00
Atermonera
26c46b3ed5 Merge pull request #5208 from Heroman3003/untilted
Fixed sprites tilting when standing up during crawling
2018-04-28 20:40:50 -07:00
Neerti
e3e1a7ad9c Upgrades Planetary Weather to vis_contents (#5170)
* Upgrades Planetary Weather to vis_contents
Makes the weather on Sif use vis_contents instead of overlays, which should fix all weather-related icon issues, and may or may not be faster.
Weather updates instantly now.
Fixes indoor PoIs having outdoor weather.

* Tries to appease Travis
2018-04-28 20:40:11 -07:00
Lorwp
1120e53d36 Destroys Drill meta
Makes screwdriver hand drills not fit in places a normal screwdriver can
2018-04-28 20:05:19 +10:00
Arokha Sieyes
1d0aeb95bd Increase zealousness of Portable Freezer item whitelist 2018-04-27 20:16:57 -04:00
Leshana
f508841fff Refactor common template HTML for atmospheric scan into its own file.
As a demonstration of the partials inclusion feature, the HTML for the atmospheric scan screen (which was nearly identical between PDAs and Communicators) was moved into a separate file and then transcluded into both pda.tmpl and communicator.tmpl
Also added a README.dm with the very basics of nanoui and template transclusion, and fixed comments in nano_state.js
2018-04-27 14:42:42 -04:00
Lorwp
dbcc4efb7c Cleans up Event messages
Mainly just adding [station_name()] when needed
2018-04-27 18:57:39 +10:00
Woodratt
c32bcf785a PoI Stage 0.5
Doing this in smaller bits

- New random sif mob selector, peaceful animals
- Drone lootpile (basic placeholder loot right now until we figure out how to give them proper drone loot)
- New random spider mob selector, nurse spider and nurse hat spider (hat spider has 10 more health points and is a rare chance to spawn, woo)
- New spacesuit random spawn, medical space suits
- New Random Shotgun spawn
- New random gun spawns
- Fixed icon for random medicine spawn
- Fixed broken icon for 44 magazines
- Fixed Ice Cave dungeon walls being called 'steel'
- Added new Crystal type, to avoid the SM style crystal from spawning in crystal PoIs
2018-04-25 22:11:30 -07:00
Arokha Sieyes
ab1351f00d Ports the medical item sounds from Bay
A port of https://github.com/Baystation12/Baystation12/pull/21268, which adds sounds to the healing item stacks, taperolls, and hyposprays
2018-04-25 14:39:49 -04:00
Atermonera
7d6fba3ba1 Merge pull request #5194 from Anewbe/species_economic
Species economic modifier is now a species var
2018-04-24 23:26:41 -07:00
Heroman3003
2ef207df60 Fixed tilted sprites 2018-04-25 07:38:01 +10:00
Unknown
906db88b6a Dufflebag of Holding
Adds a dufflebag of holding, essentially a bag of holding reskin that functions exactly identical
2018-04-24 02:09:39 -04:00
Anewbe
152093cda0 Merge pull request #5197 from VOREStation/port-3500-brig-timers
Rewrite brig timers to initialize properly
2018-04-22 11:52:21 -05:00
Anewbe
4a039d94a5 Merge pull request #5196 from Schnayy/plushiefix
Carp Plushie Fix
2018-04-22 11:49:52 -05:00
Arokha Sieyes
856a6db696 Rewrite brig timers to initialize properly 2018-04-20 12:04:02 -04:00
Schnayy
b56299cc57 - Fixes carp plushies to now have a base sprite & be selectable in the loadout.
- Adjusts gift vendor to have a few of the newer plushies, as well as change them to cost thaler rather than a coin.
- Champagne is now a premium item rather than contraband.
2018-04-20 09:55:09 -05:00
Leshana
438203393e POLARIS: Fix cutting of bedsheets while holding them.
Cutting bedsheets while holding them dropped the resulting rags in the mob's contents.
2018-04-19 20:51:25 -04:00
Anewbe
323d3aa42c Species economic modifier is now a species var 2018-04-19 18:06:02 -05:00
Mechoid
d362541220 Fixes mob wall-bashing. 2018-04-18 21:53:58 -07:00
Atermonera
35b60f19f8 Merge pull request #5175 from Anewbe/selective_aooc
Removes AOOC from non-team antags
2018-04-18 14:21:01 -07:00
MarinaGryphon
9e57b11a87 Fixes various implant/admin verb typos (#5177)
* Removes 'independant'

* Update Space Station 13 areas.dm

* Fixes the AI law typo

* Fixes another typo.

Somewhat out of scope(?), but it's just a typo.
2018-04-17 23:05:12 -05:00
Anewbe
c29d830e28 Merge pull request #5166 from Heroman3003/closet-coloring-fix
Fixed closet painter making non-closet 'closets' invisible
2018-04-17 23:04:43 -05:00
Anewbe
8cafd92f27 Removes AOOC from non-team antags 2018-04-14 23:25:34 -05:00
Anewbe
fd29a3b841 Merge pull request #5165 from VOREStation/port-fix-wall-frames
Fix Wall Frames - Several Ways
2018-04-13 14:03:34 -05:00
Anewbe
8adf777a72 Merge pull request #5167 from Heroman3003/sheet-snatch-fix
Fixed sheet snatcher spawning stacks with wrong looking icon
2018-04-13 14:01:17 -05:00
Anewbe
337e5e7436 Merge pull request #5164 from Heroman3003/legcuffies
Fixed legcuffs not being placeable on handcuffed people
2018-04-12 17:43:37 -05:00
Heroman3003
1ff2f26889 Fixed legcuffs checking for being handcuffed instead of legcuffed when put on 2018-04-13 05:00:18 +10:00
Heroman3003
32daa7a0d2 Fixed sheet snatcher spawning stacks with wrong looking icon 2018-04-12 21:55:24 +10:00
Heroman3003
d63e611554 Fixed closet painter making non-closet 'closets' invisible 2018-04-12 21:47:43 +10:00
Leshana
ec5d6fe44c Switch frame construction menu to have a cancel button.
Instead of having a whole frame type dedicated to giving a "Cancel" option... lets just tell BYOND to add a cancel button to the menu.
2018-04-11 23:14:26 -04:00
Leshana
ebebdbc37b Fix wall frames dropping steel and bugging on failure to place.
Previously, if you tried to place a frame on a wall and it failed (due to something already being there etc)  you would no longer be asked what type to use next time you try, and it will runtime.
Fixes this by performing the safety checks *before* asking you want you want to build.  Since the checks don't depend on what type you want to build anyway its fine.
2018-04-11 23:14:15 -04:00
Leshana
e6bc2fbe11 Fix building frames on walls and windows.
try_build() has long accepted `user` parameter, but nothing that called try_build actually passed it!
Upgraded try_build on APC to use the user parameter, and switched to use to_chat while I was there.
2018-04-11 23:13:54 -04:00
ReddeyfishVor
75fdd5f71c Fix bug in death ripley visuals
Death ripleys were being reset to normal ripley visuals when a pilot enters, caused by using the inherited `initial_icon` value from the normal ripleys.
2018-04-10 19:04:55 -07:00
Atermonera
f598f3c299 Merge pull request #5155 from Anewbe/blast_doors
Blast Doors can't be Emagged
2018-04-10 13:44:51 -07:00
Anewbe
656547c032 Merge pull request #5160 from VOREStation/port-fix-shuttle-corners
Fix shuttle corner turfs disappearing when shuttle moves.
2018-04-10 15:35:44 -05:00