Update medbot.dm

This commit is contained in:
Timothy Teakettle
2020-06-14 21:58:50 +01:00
parent 1c2366cc3d
commit 1568c83837
@@ -420,6 +420,7 @@
// if someone tipped us over, check whether we should ask for help or just right ourselves eventually
/mob/living/simple_animal/bot/medbot/proc/handle_panic()
tipped_status++
var/list/messagevoice
switch(tipped_status)
if(MEDBOT_PANIC_LOW)
messagevoice = list("I require assistance." = 'sound/voice/medbot/i_require_asst.ogg')
@@ -604,9 +605,6 @@
return HAS_TRAIT(M, TRAIT_TOXINLOVER)? treatment_tox_toxlover : treatment_tox
/mob/living/simple_animal/bot/medbot/attack_hand(mob/living/carbon/human/H)
if(INTERACTING_WITH(H, src))
to_chat(H, "<span class='warning'>You're already interacting with [src].</span>")
return
if(H.a_intent == INTENT_DISARM && mode != BOT_TIPPED)
H.visible_message("<span class='danger'>[H] begins tipping over [src].</span>", "<span class='warning'>You begin tipping over [src]...</span>")