-Giacom's feedback

-Fixed secbots being able to stun silicons
-Added an attack cooldown for secbots
This commit is contained in:
ikarrus
2014-06-27 09:25:52 -06:00
parent 8b690f492d
commit 6befeed46f
6 changed files with 32 additions and 19 deletions
+1 -5
View File
@@ -482,8 +482,4 @@ var/const/GALOSHES_DONT_HELP = 8
loc.handle_slip(src, s_amount, w_amount, O, lube)
/mob/living/carbon/fall(var/forced)
loc.handle_fall(src, forced)//it's loc so it doesn't call the mob's handle_fall which does nothing
/mob/living/carbon/proc/assess_threat()
return
loc.handle_fall(src, forced)//it's loc so it doesn't call the mob's handle_fall which does nothing
+5 -1
View File
@@ -306,4 +306,8 @@
// The src mob is trying to place an item on someone
// But the src mob is a silicon!! Disable.
/mob/living/silicon/stripPanelEquip(obj/item/what, mob/who, slot)
return 0
return 0
/mob/living/silicon/assess_threat() //Secbots won't hunt silicon units
return -10
+2
View File
@@ -794,3 +794,5 @@ var/list/slot_equipment_priority = list( \
update_canmove()
return
/mob/proc/assess_threat() //For sec bot threat assessment
return