Merge remote-tracking branch 'citadel/master' into clickcd_experimental

This commit is contained in:
silicons
2020-07-23 10:26:03 -07:00
291 changed files with 5170 additions and 1010 deletions

View File

@@ -221,7 +221,7 @@
var/mob/living/carbon/M = owner
//chem calculations
if(!owner.reagents.has_reagent(/datum/chemical_reaction/fermi/enthrall))
if(!owner.reagents.has_reagent(/datum/reagent/fermi/enthrall))
if (phase < 3 && phase != 0)
deltaResist += 3//If you've no chem, then you break out quickly
if(prob(5))

View File

@@ -3,6 +3,11 @@
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/fingerless
/datum/gear/evening
name = "Evening gloves"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/evening
/datum/gear/goldring
name = "A gold ring"
category = SLOT_GLOVES
@@ -20,4 +25,4 @@
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring/diamond
cost = 4

View File

@@ -11,7 +11,7 @@
/datum/gear/dice
name = "Dice bag"
category = SLOT_HANDS
path = /obj/item/storage/pill_bottle/dice
path = /obj/item/storage/box/dice
/datum/gear/eightball
name = "Magic eightball"

View File

@@ -48,6 +48,11 @@
category = SLOT_HEAD
path = /obj/item/clothing/head/that
/datum/gear/maidband
name = "Maid headband"
category = SLOT_HEAD
path= /obj/item/clothing/head/maid
/datum/gear/flakhelm
name = "Flak Helmet"
category = SLOT_HEAD