You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
///How panicked we are about being tipped over (why would you do this?)
133
131
var/tipped_status=MEDBOT_PANIC_NONE
134
132
///The name we got when we were tipped
@@ -226,15 +224,13 @@
226
224
patient =null
227
225
previous_patient =null
228
226
last_found =world.time
229
-
tending =FALSE
230
227
update_appearance()
231
228
232
229
/mob/living/simple_animal/bot/medbot/proc/soft_reset() //Allows the medibot to still actively perform its medical duties without being completely halted as a hard reset does.
233
230
path =list()
234
231
patient =null
235
232
set_mode(BOT_IDLE)
236
233
last_found =world.time
237
-
tending =FALSE
238
234
frustration =0
239
235
update_appearance()
240
236
@@ -427,7 +423,6 @@
427
423
if((get_dist(src,patient) <=1)) //Patient is next to us, begin treatment!
0 commit comments