Merge pull request #8101 from MrPerson/alert_alert_ur_a_faget

On screen alert system
This commit is contained in:
Cheridan
2015-03-04 19:39:04 -06:00
28 changed files with 305 additions and 354 deletions
@@ -44,6 +44,7 @@
/obj/item/weapon/restraints/handcuffs/proc/apply_cuffs(mob/living/carbon/target, mob/user)
if(!target.handcuffed)
user.drop_item()
//target.throw_alert("handcuffed", src) // Can't do this because escaping cuffs isn't standardized. Also zipties.
if(trashtype)
target.handcuffed = new trashtype(target)
qdel(src)