dusting off

This commit is contained in:
SandPoot
2023-01-10 18:32:49 -03:00
parent 6bbd44afe7
commit cf51a4dce9
6 changed files with 37 additions and 9 deletions
@@ -86,8 +86,6 @@
/obj/item/clothing/gloves/fingerless/pugilist/crafted/reskin_obj(mob/M)
. = ..()
if(!.)
return
switch(current_skin)
if("Short")
item_state = "armwraps"
@@ -576,6 +576,4 @@
/obj/item/clothing/accessory/pride/reskin_obj(mob/M)
. = ..()
if(!.)
return
name = "[current_skin] pin"
-2
View File
@@ -120,8 +120,6 @@
/obj/item/pen/fountain/captain/reskin_obj(mob/M)
. = ..()
if(!.)
return
desc = "It's an expensive [current_skin] fountain pen. The nib is quite sharp."
/obj/item/pen/attack_self(mob/living/carbon/user)