Skip to content

Commit

Permalink
Update pai.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyteakettle committed Jul 17, 2023
1 parent c6b923a commit c04771a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/mob/living/silicon/pai/pai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,6 @@

// changing the shell
/mob/living/silicon/pai/proc/switch_shell(obj/item/new_shell)
// we're on cooldown or we are dead
if(!can_action())
return FALSE

last_special = world.time + 20

// setup transform text
if(istype(new_shell, /obj/item/paicard))
transform_component.to_object_text = "neatly folds inwards, compacting down to a rectangular card"
Expand Down

0 comments on commit c04771a

Please sign in to comment.