Update files

This commit is contained in:
SandPoot
2022-04-06 18:41:31 -03:00
parent 4c3fa08cdf
commit 586a035132
881 changed files with 1599 additions and 1599 deletions
+2 -2
View File
@@ -44,7 +44,7 @@
resistance_flags = ACID_PROOF
var/shocks_remaining = 10
/obj/item/clothing/gloves/color/yellow/sprayon/Initialize()
/obj/item/clothing/gloves/color/yellow/sprayon/Initialize(mapload)
.=..()
ADD_TRAIT(src, TRAIT_NODROP, GLOVE_TRAIT)
@@ -79,7 +79,7 @@
desc = "Old and worn out insulated gloves, hopefully they still work."
name = "worn out insulated gloves"
/obj/item/clothing/gloves/color/fyellow/old/Initialize()
/obj/item/clothing/gloves/color/fyellow/old/Initialize(mapload)
. = ..()
siemens_coefficient = pick(0,0,0,0.5,0.5,0.5,0.75)
@@ -98,7 +98,7 @@
secondary_trait = TRAIT_ANTIMAGIC
var/chaplain_spawnable = TRUE
/obj/item/clothing/gloves/fingerless/pugilist/chaplain/Initialize()
/obj/item/clothing/gloves/fingerless/pugilist/chaplain/Initialize(mapload)
. = ..()
AddComponent(/datum/component/anti_magic, TRUE, TRUE, FALSE, null, null, FALSE)
@@ -138,7 +138,7 @@
var/warcry = "AT"
secondary_trait = TRAIT_NOSOFTCRIT //basically extra health
/obj/item/clothing/gloves/fingerless/pugilist/rapid/Initialize()
/obj/item/clothing/gloves/fingerless/pugilist/rapid/Initialize(mapload)
. = ..()
ADD_TRAIT(src, TRAIT_NODROP, GLOVE_TRAIT)
+1 -1
View File
@@ -12,7 +12,7 @@
/obj/item/clothing/gloves/mittens/random
/obj/item/clothing/gloves/mittens/random/Initialize()
/obj/item/clothing/gloves/mittens/random/Initialize(mapload)
..()
var/colours = list("black", "yellow", "lightbrown", "brown", "orange", "red", "purple", "green", "blue", "kitten")
var/picked_c = pick(colours)