Merge remote-tracking branch 'upstream/master' into bay_equipping

Conflicts:
	code/modules/client/preference/preferences.dm
This commit is contained in:
Tigercat2000
2016-06-19 16:28:57 -07:00
200 changed files with 4836 additions and 3248 deletions
+6
View File
@@ -12,6 +12,8 @@
for(var/mob/dead/observer/M in following_mobs)
M.following = null
following_mobs = null
if(buckled)
buckled.unbuckle_mob()
return ..()
/mob/New()
@@ -21,6 +23,7 @@
else
living_mob_list += src
prepare_huds()
emoteHandler = new /datum/emoteHandler(src)
..()
/atom/proc/prepare_huds()
@@ -1095,6 +1098,9 @@ var/list/slot_equipment_priority = list( \
/mob/proc/Dizzy(amount)
dizziness = max(dizziness, amount, 0)
/mob/proc/AdjustDrunk(amount)
drunk = max(drunk + amount, 0)
/mob/proc/Stun(amount)
SetStunned(max(stunned, amount))