module things, jfc
This commit is contained in:
@@ -168,12 +168,12 @@
|
||||
top_layer = top_layer || mutable_appearance(icon, layer = ABOVE_MOB_LAYER)
|
||||
switch(cannon_direction)
|
||||
if(WEST)
|
||||
dir = WEST
|
||||
setDir(WEST)
|
||||
pixel_x = -192
|
||||
top_layer.icon_state = "top_west"
|
||||
icon_state = "cannon_west"
|
||||
if(EAST)
|
||||
dir = EAST
|
||||
setDir(EAST)
|
||||
top_layer.icon_state = "top_east"
|
||||
icon_state = "cannon_east"
|
||||
add_overlay(top_layer)
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
dna = list()
|
||||
|
||||
/obj/item/dna_probe/afterattack(atom/target, mob/user, proximity)
|
||||
..()
|
||||
. = ..()
|
||||
if(!proximity || !target)
|
||||
return
|
||||
//tray plants
|
||||
|
||||
Reference in New Issue
Block a user