mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Bee Fixes (#859)
Fixes #526 Fixes #202 bugfix: "Attempting to grab or pull bee swarms no longer works" bugfix: "Fixed bee swarms still flying around when dead and appearing to be unkillable." tweak: "Bees now take double damage from fire." tweak: "Thick material clothing now protects against beestings." tweak: "Beekeeping crate is no longer contraband in cargo."
This commit is contained in:
@@ -1229,7 +1229,7 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
||||
/obj/item/apiary,
|
||||
/obj/item/queen_bee)
|
||||
cost = 40
|
||||
contraband = 1
|
||||
//contraband = 1
|
||||
containertype = /obj/structure/closet/crate/hydroponics
|
||||
containername = "Beekeeping crate"
|
||||
access = access_hydroponics
|
||||
@@ -1561,8 +1561,8 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
||||
containertype = /obj/structure/largecrate
|
||||
containername = "jukebox Crate"
|
||||
group = "Hospitality"
|
||||
|
||||
//voidsuit crates
|
||||
|
||||
//voidsuit crates
|
||||
|
||||
/datum/supply_packs/voidsuitcrate_eng
|
||||
name = "Engineering Voidsuit Crate"
|
||||
@@ -1603,7 +1603,7 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
||||
containername = "atmospherics voidsuit kit"
|
||||
access = access_atmospherics
|
||||
group = "Atmospherics"
|
||||
|
||||
|
||||
/datum/supply_packs/voidsuitcrate_minin
|
||||
name = "Mining Voidsuit Crate"
|
||||
contains = list(/obj/item/clothing/head/helmet/space/void/mining,
|
||||
@@ -1613,7 +1613,7 @@ var/list/all_supply_groups = list("Operations","Security","Hospitality","Enginee
|
||||
containername = "mining voidsuit kit"
|
||||
access = access_mining
|
||||
group = "Supply"
|
||||
|
||||
|
||||
//maglocks crates
|
||||
|
||||
/datum/supply_packs/maglocks_engineering
|
||||
|
||||
Reference in New Issue
Block a user