Fix headbutting. For the 3rd time.

Jeez, I should take some lessons on ACTUALLY FIXING BUGS.
This commit is contained in:
Tigercat2000
2015-05-30 20:21:40 -07:00
parent e5f026d02e
commit c861540dbb
+4 -2
View File
@@ -80,6 +80,9 @@
assailant.client.screen -= hud
assailant.client.screen += hud
var/hit_zone = assailant.zone_sel.selecting
last_hit_zone = hit_zone
if(assailant.pulling == affecting)
assailant.stop_pulling()
@@ -117,11 +120,10 @@
affecting.drop_item()
affecting.hand = h
var/hit_zone = assailant.zone_sel.selecting
//var/announce = 0
//(hit_zone != last_hit_zone)
//announce = 1
last_hit_zone = hit_zone
/* if(ishuman(affecting))
switch(hit_zone)
/*if("mouth")