mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update robot.dm
This commit is contained in:
@@ -705,15 +705,7 @@
|
|||||||
|
|
||||||
if(istype(user,/mob/living/carbon/human) && !opened)
|
if(istype(user,/mob/living/carbon/human) && !opened)
|
||||||
var/mob/living/carbon/human/H = user
|
var/mob/living/carbon/human/H = user
|
||||||
<<<<<<< HEAD
|
|
||||||
//VOREStation Removal
|
|
||||||
//if(H.species.can_shred(H))
|
|
||||||
// attack_generic(H, rand(30,50), "slashed")
|
|
||||||
// return
|
|
||||||
//Adding borg petting. Help intent pets, Disarm intent taps, Grab should remove the battery for replacement, and Harm is punching(no damage)
|
|
||||||
=======
|
|
||||||
//Adding borg petting. Help intent pets, Disarm intent taps and Harm is punching(no damage)
|
//Adding borg petting. Help intent pets, Disarm intent taps and Harm is punching(no damage)
|
||||||
>>>>>>> 4cd8585... Makes borg cell replacement take priority over petting (#7579)
|
|
||||||
switch(H.a_intent)
|
switch(H.a_intent)
|
||||||
if(I_HELP)
|
if(I_HELP)
|
||||||
visible_message("<span class='notice'>[H] pets [src].</span>")
|
visible_message("<span class='notice'>[H] pets [src].</span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user