Skip to content

Commit

Permalink
roboticists are no longer antisocial
Browse files Browse the repository at this point in the history
  • Loading branch information
cranberrypursuit committed Nov 12, 2024
1 parent 6b212ba commit 16124f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/machinery/buttons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@
if((machine_stat & (NOPOWER|BROKEN)))
return FALSE

var/area/hell = get_area(user)
if(istype(hell, /area/station/science/robotics/lab)) //this kills the roboticist
explosion(user, devastation_range = 1, heavy_impact_range = 3, light_impact_range = 5, flame_range = 7)

if(device && device.next_activate > world.time)
return FALSE

Expand Down

0 comments on commit 16124f8

Please sign in to comment.