mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user