Game folder

This commit is contained in:
Poojawa
2018-09-11 04:06:45 -05:00
parent b6430559e9
commit 8b9ef1e400
270 changed files with 3120 additions and 2523 deletions
+2
View File
@@ -62,6 +62,7 @@ RSF
// Change mode
/obj/item/rsf/afterattack(atom/A, mob/user, proximity)
. = ..()
if(!proximity)
return
if (!(istype(A, /obj/structure/table) || isfloorturf(A)))
@@ -159,6 +160,7 @@ RSF
matter++
/obj/item/cookiesynth/afterattack(atom/A, mob/user, proximity)
. = ..()
if(cooldown > world.time)
return
if(!proximity)