CHECK_MOBILITY

This commit is contained in:
kevinz000
2020-03-03 20:40:33 -07:00
parent 1e99cd0bfe
commit 8b0b685fa7
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -247,7 +247,7 @@
set category = "Object"
set desc = "Activate to convert your plants into plantable seeds."
var/mob/living/L = usr
if(istype(L) && !CHECK_BITFIELD(L.mobility_flags, MOBILITY_USE))
if(istype(L) && !CHECK_MOBILITY(L, MOBILITY_USE))
return
for(var/obj/item/O in contents)
seedify(O, 1)