New Map Pets and Z collateral (#2503)

Fixes #2499
Fixes #2495
Fixes #2493
Fixes #2480
Fixes #2487
Fixes #2491
Fixes #2492

Gives the head of security Lieutenant Columbo, an attack dog with a special sprite that deals slightly less damage compared to other attack dogs.
Replaces Poly with floor B.O.B.
Gives Lamarr's cage a little more breathing room.
This commit is contained in:
LordFowl
2017-05-28 14:15:22 +03:00
committed by skull132
parent e8e0954769
commit cae2fa1fdd
12 changed files with 1011 additions and 970 deletions
+4 -2
View File
@@ -183,7 +183,7 @@
return ..()
/obj/structure/reagent_dispensers/fueltank/tesla_act()
..()
..()
explode()
/obj/structure/reagent_dispensers/fueltank/Move()
@@ -266,6 +266,7 @@
icon_state = "virusfoodtank"
amount_per_transfer_from_this = 10
anchored = 1
density = 0
New()
..()
@@ -278,6 +279,7 @@
icon_state = "acidtank"
amount_per_transfer_from_this = 10
anchored = 1
density = 0
New()
..()
@@ -292,7 +294,7 @@
icon_state = "oiltank"
amount_per_transfer_from_this = 120
capacity = 5000
/obj/structure/reagent_dispensers/cookingoil/Initialize()
. = ..()
reagents.add_reagent("cornoil",capacity)