Skip to content

Commit

Permalink
uh
Browse files Browse the repository at this point in the history
  • Loading branch information
Venuska1117 committed Jul 28, 2024
1 parent 7054b4e commit 74083ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions code/modules/mob/living/roomba.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,17 @@

// --- Existence of life and death ---

/mob/living/roomba/Life()
if(health <= 0)
death()
. = ..()

/mob/living/roomba/spawn_gibs()
robogibs(loc)

/mob/living/roomba/handle_regular_status_updates()
updatehealth()

// --- Handles vaccum and mopping "logic" for "cleaning" list ---

/mob/living/roomba/proc/vaccum_suck()
Expand Down

0 comments on commit 74083ab

Please sign in to comment.