mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user