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
+1 -1
View File
@@ -39,7 +39,7 @@
user.visible_message("<span class='suicide'>[user] is stabbing [src] into [user.p_their()] [pick("temple", "heart")]! It looks like [user.p_theyre()] trying to commit suicide!</span>")
return(BRUTELOSS)
/obj/item/screwdriver/Initialize()
/obj/item/screwdriver/Initialize(mapload)
. = ..()
if(random_color) //random colors!
icon_state = "screwdriver"
+1 -1
View File
@@ -41,7 +41,7 @@
wound_bonus = 0
bare_wound_bonus = 5
/obj/item/weldingtool/Initialize()
/obj/item/weldingtool/Initialize(mapload)
. = ..()
create_reagents(max_fuel)
reagents.add_reagent(/datum/reagent/fuel, max_fuel)
+1 -1
View File
@@ -33,7 +33,7 @@
)
/obj/item/wirecutters/Initialize()
/obj/item/wirecutters/Initialize(mapload)
. = ..()
if(random_color) //random colors!
icon_state = "cutters"