More Runtimenator fixes.

This commit is contained in:
Ghommie
2020-01-25 02:16:45 +01:00
parent d7dd5e694a
commit f2b04be561
5 changed files with 18 additions and 26 deletions
View File
+1 -1
View File
@@ -107,7 +107,7 @@
// Reagent genes store reagent ID and reagent ratio. Amount of reagent in the plant = 1 + (potency * rate)
/datum/plant_gene/reagent
name = "Nutriment"
var/reagent_id = "nutriment"
var/reagent_id = /datum/reagent/nutriment
var/rate = 0.04
/datum/plant_gene/reagent/get_name()
+1 -1
View File
@@ -1073,7 +1073,7 @@
stop_pulling() //CIT CHANGE - Ditto...
else if(has_legs || ignore_legs)
lying = 0
if (pulledby)
if (pulledby && isliving(pulledby))
var/mob/living/L = pulledby
L.update_pull_movespeed()
if(buckled)