mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +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:
@@ -329,4 +329,4 @@
|
||||
if(!istype(user) || !user.mind)
|
||||
return -1
|
||||
user.mind.AddSpell(new /obj/effect/proc_holder/spell/targeted/summon_friend(null))
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
@@ -344,4 +344,4 @@ var/global/list/fax_blacklist = list()
|
||||
if(scan)
|
||||
scan.forceMove(get_turf(src))
|
||||
var/mob/living/simple_animal/hostile/mimic/copy/M = new(loc, src, null, 1) // it will delete src on creation and override any machine checks
|
||||
M.name = "angry fax machine"
|
||||
M.name = "angry fax machine"
|
||||
|
||||
@@ -725,4 +725,4 @@
|
||||
var/mytech = pick(possible_techs)
|
||||
var/mylevel = rand(7, 9)
|
||||
origin_tech = "[mytech]=[mylevel]"
|
||||
name = "research notes - [mytech] [mylevel]"
|
||||
name = "research notes - [mytech] [mylevel]"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user