Replaces Mice w/ Rats (#6625)

This commit is contained in:
ParadoxSpace
2019-07-06 00:03:35 +02:00
committed by Werner
parent 4e88af8be2
commit 6916089d4e
72 changed files with 556 additions and 508 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
set category = "Object"
set src in oview(1)
if (!can_touch(usr) || ismouse(usr))
if (!can_touch(usr) || israt(usr))
return
if(flipped < 0 || !flip(get_cardinal_dir(usr,src)))