mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Ratvar and Nar-Sie will no longer bounce off directional windows like birds (#23749)
* Ratvar and Nar-Sie will no longer bounce off directional windows like birds * heh??
This commit is contained in:
@@ -63,8 +63,10 @@
|
||||
|
||||
|
||||
/obj/singularity/narsie/Bump(atom/A)
|
||||
forceMove(get_turf(A))
|
||||
A.narsie_act()
|
||||
var/turf/T = get_turf(A)
|
||||
if(T == loc)
|
||||
T = get_step(A, A.dir) //please don't slam into a window like a bird, nar-sie
|
||||
forceMove(T)
|
||||
|
||||
|
||||
/obj/singularity/narsie/mezzer()
|
||||
|
||||
Reference in New Issue
Block a user