Commit Graph

7955 Commits

Author SHA1 Message Date
Jim "Apples"
11427734c3 Merge pull request #2073 from CIB/bugfix
Make setblock able to handle block index 0
2012-12-16 09:23:25 -08:00
cib
5360915221 Fixes issue #2032
The proc to get zlevel map files used lowertext on the filename. That is bad, for obvious reasons(breaks uppercase paths on linux).
2012-12-16 18:16:21 +01:00
cib
8512bdd8d7 Make setblock able to handle block index 0
It will simply do nothing. Fixes issue #2049
2012-12-16 17:45:20 +01:00
Hawk-v3
9ed0e80acf Merge pull request #2058 from GauHelldragon/master
Portable Generator Fix
2012-12-16 05:55:56 -08:00
cib
7cf3244316 Fixes issue #2059
Mob transform into monkey no longer uses hardcoded DNA size of 14.
2012-12-16 04:57:32 +01:00
cib
0855c5d1af Fixes issue #2006
Medical belt can now hold autoinjector.
2012-12-16 04:04:43 +01:00
cib
7b8a33dc53 Fixed compile error regarding unclosed comment in events.dm 2012-12-16 03:39:45 +01:00
cib
62d88717ba Fixed a bug with rev objective checking.
If a single alive, non-converted head left the station z-level, it'd be a victory for the revs.
2012-12-16 00:18:50 +01:00
GauHelldragon
0db60b65c7 Portable generator Fix
Portable generators properly drop their fuel when deconstructed
Portable generators need their cover open to be destructed now
Fixed a runtime error when building a portable generator with a 2s wire
2012-12-12 02:49:29 -08:00
cib
f664e7c99d Fixes issue #2033 2012-12-11 12:07:11 +01:00
cib
c4e9afe0ae Fix issue #2048
Disables random space ninja spawns.
2012-12-11 11:57:22 +01:00
Mloc
9d60a87ee4 Merge pull request #2020 from GauHelldragon/master
Service Borg Upgrade
2012-12-10 08:44:33 -08:00
Mloc
c758a1aa94 Merge pull request #2022 from CIB/master
Airtank stuff
2012-12-10 08:40:52 -08:00
cib
fd4a3576d4 Fix to the improved player notes list. 2012-12-09 21:00:36 +04:00
cib
e7a54f6644 Merge branch 'master' of github.com:CIB/Baystation12 2012-12-09 19:07:49 +04:00
cib
c56974f2e8 Fixes issue #2043
Player notes list now has a better organized interface, which should prevent BYOND overloading and dying a gruesome death.
2012-12-09 16:04:43 +01:00
cib
a911d5de43 Merge branch 'master' of github.com:Baystation12/Baystation12 2012-12-09 15:34:15 +01:00
cib
173236acf0 Merge branch 'master' of github.com:Baystation12/Baystation12 2012-12-09 17:22:43 +04:00
Chinsky
2c34bd2db0 Merge branch 'master' of https://github.com/Baystation12/Baystation12 2012-12-06 18:24:05 +04:00
Chinsky
d567d88749 Fixed issue with severed heads not being visible 2012-12-06 18:20:56 +04:00
cib
30f5b2077c Merge branch 'master' of github.com:CIB/Baystation12 2012-12-06 18:16:38 +04:00
cib
0201e83fcb Merge branch 'master' of github.com:CIB/Baystation12 2012-12-06 15:15:25 +01:00
cib
6ab420237b Attack log will now store type path for bullets. 2012-12-06 15:14:17 +01:00
cib
ecb12fb4db Merge branch 'master' of git://github.com/comma/Baystation12 2012-12-06 16:50:28 +04:00
Jim "Apples"
84bcc87e45 Merge pull request #2027 from SweeperM/master
Fixes to lighting
2012-12-03 03:09:02 -08:00
Chinsky
f0ac799952 Merge branch 'bandages' 2012-12-02 21:17:11 +04:00
cib
77943e04f3 Balance fix to random blob event.
It now lasts 20 minutes instead of 5, and accordingly each blob
advancements happens every 30 seconds instead of every 7 seconds. This
means more time to respond to the blob, but overally the blob can still
be just as harmful if nothing is done about it.
2012-12-02 13:58:57 +01:00
cib
bce8c4cfee Merge github.com:Baystation12/Baystation12 2012-12-02 13:36:10 +01:00
Chinsky
507dc0c496 Better feedback messages and ability to target groin, hands and feet. 2012-12-02 16:30:24 +04:00
Chinsky
66d0f554f6 Merge branch 'master' of https://github.com/Baystation12/Baystation12 2012-12-02 00:14:03 +04:00
Chinsky
0a9b6f6bbe Removed armor suit from Captain's spawn gear 2012-12-02 00:03:30 +04:00
Chinsky
0b614a488c Made bandages stop bleeding when applied, not waiting until next 20-tick organ update cycle. 2012-12-02 00:02:43 +04:00
Chinsky
ab440fbf7d Fixed compile error in custom items.
Made rigs protect against radiation again.
2012-12-01 18:35:27 +04:00
Cael_Aislinn
2f7baa26f8 antiqua fixes: tvalve, barsigns, doctor's wardrobe, high volume pump, engine areas, moving parts sign, various other areas
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
2012-12-01 17:49:34 +10:00
Chinsky
85c2af3871 Started cleanup of medical stacks code.
Removed silly way to get targeted organ.
Removed child organs being affected sometimes.
2012-12-01 09:04:20 +04:00
SweeperM
5c9738aab6 added requested changes 2012-12-01 03:49:41 +00:00
SweeperM
b8a12b0b52 Fixes to lighting
-Fixed #2005 (for sure!)
-Fixed the stacking of brightness. Now the most bright item turned ON will be the one where the user gets its luminosity of.
-Cleaned the code a bit. Now only one var controls the on/off switch of light, and another holds the value of brightness when on.
2012-11-29 23:01:51 +00:00
GauHelldragon
01828f8a02 Added more comments 2012-11-29 12:21:38 -08:00
GauHelldragon
06ae2ded6f Change - Robotray only picks up food/drinks/condiments 2012-11-29 12:10:30 -08:00
MrYeti
1c3d72e471 Added My own Custom item and Misterbook's pipe spawning in his backpack.
Also deleted some stuff that were requested for deletion.
2012-11-28 16:38:40 -05:00
GauHelldragon
17440ff756 Fixed blood regen bug
Nutriment is stored in reagents. Vessel is only for blood.
2012-11-28 12:37:27 -08:00
GauHelldragon
2c47afc22e Roboitems - Printing Pen
Allows service borg to rename paper. Click on pen to toggle between writing and renaming mode.
2012-11-28 03:03:20 -08:00
cib
e11bab8ed7 Balancing emergency air tanks.
- Reduced volume by 33%, since testing revealed they currently last nearly 10 minutes
- Made *everyone* spawn with emergency air tanks, as opposed to random jobs like lawyer etc.
2012-11-28 02:32:04 +01:00
GauHelldragon
09f1d74566 Fixed typo in tray description 2012-11-27 15:24:44 -08:00
GauHelldragon
5e74a9803c Modified Service Bot's Tray to actually be useful
Service Borg's tray now can load and unload items.
2012-11-27 15:16:59 -08:00
MrYeti
8442a9359e Merge branch 'master' of https://github.com/Baystation12/Baystation12 2012-11-27 15:17:06 -05:00
MrYeti
69992184d3 Deleted the items! 2012-11-27 14:16:21 -05:00
GauHelldragon
c896fd6fcb Added feedback messages for when service bot auto-refills their drink containers.
Tweaked battery charge usage for refilling, and fixed bug where it would not refill if you empty it completely.
2012-11-27 05:47:43 -08:00
Hawk-v3
0e52548c9e Merge pull request #2019 from CIB/master
Fix stuff
2012-11-27 03:42:59 -08:00
cib
7bc9d60c0e Possible fix for air tanks running out too quickly. 2012-11-27 12:36:52 +01:00