Fixes Basilisk Projectiles

This commit is contained in:
Fox McCloud
2018-05-14 19:27:43 -04:00
parent f5961c3ff7
commit c5cbb0414a
2 changed files with 4 additions and 5 deletions
@@ -52,7 +52,7 @@
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
/obj/item/projectile/temp/New(loc, shot_temp)
..(loc)
..()
if(!isnull(shot_temp))
temperature = shot_temp
switch(temperature)
@@ -86,7 +86,6 @@
else
name = "temperature beam"//failsafe
icon_state = "temp_4"
..()
/obj/item/projectile/temp/on_hit(var/atom/target, var/blocked = 0)//These two could likely check temp protection on the mob