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
@@ -130,6 +130,11 @@ GLOBAL_LIST_EMPTY(PDAs)
new_overlays = TRUE
update_icon()
/// This is a mess i probably shouldn't touch.
/obj/item/pda/ComponentInitialize()
. = ..()
RemoveElement(/datum/element/object_reskinning)
/obj/item/pda/CtrlShiftClick(mob/living/user)
. = ..()
if(GLOB.pda_reskins && user.canUseTopic(src, BE_CLOSE, NO_DEXTERY))
-2
View File
@@ -211,8 +211,6 @@
/obj/item/melee/transforming/energy/sword/saber/reskin_obj(mob/M)
. = ..()
if(!.)
return
switch(current_skin)
if("Sword")
icon_state = "sword[active ? sword_color : "0"]"