Lavaland fixes:

- Survival pod storage being broken when used.
- Wrong wiring on the Syndicate base.
- Added one more oxygen tank to the animal hospital.
- Chasms eating up light atoms.
- Mining satchels not picking up items automatically.
- Releasing the legion/blob mice notifications not having icons.
- Mining gear made orderable at cargo.
This commit is contained in:
Mark van Alphen
2019-05-31 02:21:37 +02:00
parent b65fbb907e
commit f0734672f3
12 changed files with 260 additions and 7 deletions
-1
View File
@@ -18,7 +18,6 @@
However if you want that mind to have any special properties like being a traitor etc you will have to do that
yourself.
*/
#define SUMMON_POSSIBILITIES 3
/datum/mind
var/key
+8
View File
@@ -1362,6 +1362,14 @@ var/list/all_supply_groups = list(supply_emergency,supply_security,supply_engine
cost = 40
containername = "religious supplies crate"
/datum/supply_packs/misc/minerkit
name = "Shaft Miner Starter Kit"
cost = 30
access = access_qm
contains = list(/obj/item/storage/backpack/duffel/mining_conscript)
containertype = /obj/structure/closet/crate/secure
containername = "shaft miner starter kit"
///////////// Paper Work