This commit is contained in:
KalevTait
2022-07-08 09:18:54 +02:00
committed by GitHub
parent 3067e4eb0f
commit 3bd7952ffb
25 changed files with 96 additions and 96 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
name = "projectile"
icon = 'icons/obj/projectiles.dmi'
icon_state = "bullet"
density = 0
density = FALSE
resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
anchored = 1 //There's a reason this is here, Mport. God fucking damn it -Agouri. Find&Fix by Pete. The reason this is here is to stop the curving of emitter shots.
anchored = TRUE //There's a reason this is here, Mport. God fucking damn it -Agouri. Find&Fix by Pete. The reason this is here is to stop the curving of emitter shots.
flags = ABSTRACT
pass_flags = PASSTABLE
mouse_opacity = MOUSE_OPACITY_TRANSPARENT
@@ -14,7 +14,7 @@
var/mob/firer = null//Who shot it
var/atom/firer_source_atom = null //the gun or object this came from
var/obj/item/ammo_casing/ammo_casing = null
var/suppressed = 0 //Attack message
var/suppressed = FALSE //Attack message
var/yo = null
var/xo = null
var/current = null