mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
Fixed emitter beam esword reflection runtime error.
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
// 1 to pass solid objects, 2 to pass solid turfs (results in bugs, bugs and tons of bugs)
|
||||
var/range = 0
|
||||
|
||||
/obj/item/projectile/New()
|
||||
permutated = list()
|
||||
return ..()
|
||||
|
||||
/obj/item/projectile/proc/Range()
|
||||
if(range)
|
||||
range--
|
||||
|
||||
Reference in New Issue
Block a user