mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
File standardisation (#13131)
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
This commit is contained in:
@@ -288,4 +288,4 @@
|
||||
closest_blob.tesla_act(power, explosive)
|
||||
|
||||
else if(closest_structure)
|
||||
closest_structure.tesla_act(power, explosive)
|
||||
closest_structure.tesla_act(power, explosive)
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
|
||||
/obj/machinery/the_singularitygen/tesla/tesla_act(power, explosive = FALSE)
|
||||
if(explosive)
|
||||
energy += power
|
||||
energy += power
|
||||
|
||||
Reference in New Issue
Block a user