Skip to content

Commit

Permalink
Update verbs.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyteakettle committed Jul 17, 2023
1 parent c04771a commit b744f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/silicon/pai/verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
change_shell_by_path(possible_clothing_options[clothing_entry])
else
if(last_uploaded_path && can_change_shell())
last_special = world.time + 20
var/state = initial(last_uploaded_path.icon_state)
var/icon = initial(last_uploaded_path.icon)
var/obj/item/clothing/new_clothing = new base_uploaded_path
Expand Down

0 comments on commit b744f72

Please sign in to comment.