From aa1310a44ff7fbede52047c97b3b18c3cb538eda Mon Sep 17 00:00:00 2001 From: Spamcat Date: Tue, 9 Jul 2013 13:40:04 +0400 Subject: [PATCH] Fixed a potential runtime and removed buggy mobs from gold slime's spawn list as per raven's request. --- code/__HELPERS/unsorted.dm | 2 +- code/modules/reagents/Chemistry-Recipes.dm | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index eababc43c1..e878616cf6 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -780,7 +780,7 @@ proc/anim(turf/location as turf,target as mob|obj,a_icon,a_icon_state as text,fl return 0 var/delayfraction = round(delay/numticks) - var/turf/T = user.loc + var/turf/T = get_turf(user) var/holding = user.get_active_hand() for(var/i = 0, i