Skip to content

Commit

Permalink
Merge branch 'Bubberstation:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MosleyTheMalO authored Jun 9, 2024
2 parents f1906c6 + d68a852 commit b0f8c63
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GLOBAL_LIST_EMPTY(cortical_borers)
return FALSE

//so if a person is debrained, the borer is removed
/obj/item/organ/internal/brain/Remove(mob/living/carbon/target, special = 0, movement_flags = NO_ID_TRANSFER)
/obj/item/organ/internal/brain/Remove(mob/living/carbon/target, special = 0, movement_flags)
. = ..()
var/mob/living/basic/cortical_borer/cb_inside = target.has_borer()
if(cb_inside)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
/datum/loadout_item/gloves/diver //Donor item for patriot210
name = "Black Divers Gloves"
item_path = /obj/item/clothing/gloves/misc/diver
ckeywhitelist = list("sexmaster, leafydasurvivor")
ckeywhitelist = list("sexmaster", "leafydasurvivor")
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
/datum/loadout_item/shoes/diver //Donor item for patriot210
name = "Black Divers Boots"
item_path = /obj/item/clothing/shoes/boots/diver
ckeywhitelist = list("sexmaster, leafydasurvivor")
ckeywhitelist = list("sexmaster", "leafydasurvivor")
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@
/datum/loadout_item/suit/diver //Donor item for patriot210
name = "Black Divers Coat"
item_path = /obj/item/clothing/suit/jacket/diver
ckeywhitelist = list("sexmaster, leafydasurvivor")

ckeywhitelist = list("sexmaster", "leafydasurvivor")
/datum/loadout_item/suit/holographic
name = "Holographic Suit V4000"
item_path = /obj/item/clothing/suit/misc/holographic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
/datum/loadout_item/under/miscellaneous/diver
name = "Black Divers Uniform"
item_path = /obj/item/clothing/under/misc/diver
ckeywhitelist = list("sexmaster, leafydasurvivor")

ckeywhitelist = list("sexmaster", "leafydasurvivor")
/datum/loadout_item/under/miscellaneous/dress_strapped
name = "Formal Evening Gown"
item_path = /obj/item/clothing/under/dress/bubber/strapped
Expand Down

0 comments on commit b0f8c63

Please sign in to comment.