mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Del The World: Unit testing for hard deletes (#59612)
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
co-authored by
SteelSlayer
parent
0304206af3
commit
cd576ab519
@@ -3,6 +3,9 @@
|
||||
var/client/cl
|
||||
|
||||
/obj/effect/buildmode_line/New(client/C, atom/atom_a, atom/atom_b, linename)
|
||||
if(!C || !atom_a || !atom_b)
|
||||
stack_trace("Buildmode effect created with odd inputs")
|
||||
return
|
||||
name = linename
|
||||
abstract_move(get_turf(atom_a))
|
||||
I = image('icons/misc/mark.dmi', src, "line", 19.0)
|
||||
|
||||
Reference in New Issue
Block a user