mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
[MIRROR] Remove hideous inline tab indentation, and bans it in contributing guidelines (#3394)
* Remove hideous inline tab indentation, and bans it in contributing guidelines * a Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Mothblocks
Gandalf2k15
parent
7635f198f4
commit
b332b46b65
@@ -24,7 +24,7 @@ GLOBAL_LIST_INIT(duplicate_forbidden_vars,list(
|
||||
var/list/L = original.vars[V]
|
||||
O.vars[V] = L.Copy()
|
||||
else if(istype(original.vars[V], /datum) || ismob(original.vars[V]))
|
||||
continue // this would reference the original's object, that will break when it is used or deleted.
|
||||
continue // this would reference the original's object, that will break when it is used or deleted.
|
||||
else
|
||||
O.vars[V] = original.vars[V]
|
||||
|
||||
@@ -56,7 +56,7 @@ GLOBAL_LIST_INIT(duplicate_forbidden_vars,list(
|
||||
if(M.circuit)
|
||||
M.circuit.flags_1 |= HOLOGRAM_1
|
||||
|
||||
if(ismob(O)) //Overlays are carried over despite disallowing them, if a fix is found remove this.
|
||||
if(ismob(O)) //Overlays are carried over despite disallowing them, if a fix is found remove this.
|
||||
var/mob/M = O
|
||||
M.cut_overlays()
|
||||
M.regenerate_icons()
|
||||
@@ -68,7 +68,7 @@ GLOBAL_LIST_INIT(duplicate_forbidden_vars,list(
|
||||
//Returns: Nothing.
|
||||
//Notes: Attempts to move the contents of one area to another area.
|
||||
// Movement based on lower left corner. Tiles that do not fit
|
||||
// into the new area will not be moved.
|
||||
// into the new area will not be moved.
|
||||
|
||||
if(!A || !src)
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user