mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-11 18:02:00 +00:00
let's change a proc name
This commit is contained in:
@@ -25,7 +25,7 @@ var/list/blobs = list()
|
||||
update_icon()
|
||||
if(!integrity)
|
||||
integrity = max_integrity
|
||||
set_dir(pick(cardinal))
|
||||
setDir(pick(cardinal))
|
||||
blobs += src
|
||||
consume_tile()
|
||||
|
||||
@@ -199,7 +199,7 @@ var/list/blobs = list()
|
||||
|
||||
/obj/structure/blob/proc/blob_attack_animation(atom/A = null, controller) //visually attacks an atom
|
||||
var/obj/effect/temporary_effect/blob_attack/O = new /obj/effect/temporary_effect/blob_attack(src.loc)
|
||||
O.set_dir(dir)
|
||||
O.setDir(dir)
|
||||
if(controller)
|
||||
var/mob/observer/blob/BO = controller
|
||||
O.color = BO.blob_type.color
|
||||
@@ -218,7 +218,7 @@ var/list/blobs = list()
|
||||
if(controller)
|
||||
B.overmind = controller
|
||||
B.update_icon()
|
||||
B.set_dir(dir)
|
||||
B.setDir(dir)
|
||||
qdel(src)
|
||||
return B
|
||||
|
||||
|
||||
Reference in New Issue
Block a user