Skip to content

Commit

Permalink
Update colony_selfdestruct.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Jun 23, 2024
1 parent 548fc16 commit e844ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/colony_selfdestruct.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
var/explosiontime
var/explosionpower = 1200

/obj/structure/machinery/colony_selfdestruct/attack_hand(mob/user as mob)
/obj/structure/machinery/colony_selfdestruct/attack_hand(mob/user)
if(user.is_mob_incapacitated() || get_dist(src, user) > 1 || isRemoteControlling(user))
return

Expand Down

0 comments on commit e844ec2

Please sign in to comment.