Merge pull request #767 from Rei1226/rei20

Bug Fixes, New Suit, New Borg Module
This commit is contained in:
Rob Nelson
2014-05-22 10:50:33 -07:00
8 changed files with 33 additions and 0 deletions

View File

@@ -222,6 +222,7 @@ obj/item/weapon/twohanded/
*/
/obj/item/weapon/twohanded/hfrequency
icon_state = "hfrequency0"
item_state = "hfrequency0"
name = "high-frequency blade"
desc = "Keep hands off blade at all times."
slot_flags = SLOT_BACK

View File

@@ -7,6 +7,15 @@
armor = list(melee = 60, bullet = 50, laser = 30,energy = 15, bomb = 30, bio = 30, rad = 25)
siemens_coefficient = 0.2
/obj/item/clothing/suit/space/jetstream
desc = "It appears to be Jetstream Sam's suit"
name = "Jetstream Sam's suit"
icon_state = "jetstream"
item_state = "jetstream"
allowed = list(/obj/item/weapon/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/weapon/melee/baton,/obj/item/weapon/handcuffs,/obj/item/weapon/tank/emergency_oxygen,/obj/item/weapon/cell)
slowdown = 0
armor = list(melee = 60, bullet = 50, laser = 30,energy = 15, bomb = 30, bio = 30, rad = 30)
siemens_coefficient = 0.2
/obj/item/clothing/suit/space/space_ninja
name = "ninja suit"

View File

@@ -257,6 +257,7 @@
if("Combat")
module = new /obj/item/weapon/robot_module/combat(src)
module_sprites["Combat Android"] = "droid-combat"
module_sprites["Bladewolf"] = "bladewolf"
channels = list("Security" = 1)
//Custom_sprite check and entry

View File

@@ -95,6 +95,22 @@
</ul>
</div>
<div class="commit sansserif">
<h2 class="date">In Development</h2>
<h3 class="author">Rei1226 updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">New race of fish people, the Nemoians. Available Soon<6F>.</li>
<li class="rscadd">Space Gorillas and Gorillionares. Available Soon<6F>.</li>
</ul>
<h2 class="date">2014.05.19</h2>
<h3 class="author">Rei1226 updated:</h3>
<ul class="changes bgimages16">
<li class="bugfix">The HF Frequency Blade now has proper sprites. Admin-spawn only.</li>
<li class="rscadd">Jetstream Sam suit added. Admin-spawn only.</li>
<li class="rscadd">Bladewolf security borg module added.</li>
</ul>
</div>
<div class="commit sansserif">
<h2 class="date">2014.05.18</h2>
<h3 class="author">N3X15 updated:</h3>
@@ -149,6 +165,12 @@
<li class="rscadd">All PDA's can access crew manifest, even without a cartridge.</li>
<li class="rscadd">Stungloves now have a unique onmob sprite.</li>
</ul>
<h2 class="date">2014.05.11</h2>
<h3 class="author">Rei1226 updated;</h3>
<ul class="changes bgimages16">
<li class="rscadd">Kamina's glasses added in a secret location on the map.</li>
<li class="rscadd">Added new borg module sprites: Wall-E for engineering, Wall-A for mining, EVE for medical, and R2-D2 for service.</li>
</ul>
</div>
<div class="commit sansserif">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 327 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB