Skip to content

Commit

Permalink
makes debug overlays slightly user friendlier
Browse files Browse the repository at this point in the history
adds names and more help strings to them
adds two more overlays - area power and blood owner
also bandaids bioHolder.ownerName not being set properly which fixes goonstation#1735
  • Loading branch information
pali6 committed Sep 9, 2020
1 parent 611f90c commit ff5236c
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 37 deletions.
1 change: 0 additions & 1 deletion code/area.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
/// for escape checks
var/is_centcom = 0

var/gencolor
level = null
#ifdef UNDERWATER_MAP
name = "Ocean"
Expand Down
2 changes: 1 addition & 1 deletion code/mob/transform_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ var/list/antag_respawn_critter_types = list(/mob/living/critter/small_animal/fl
newbody.wear_id:access = get_access("Captain")

if (!newbody.bioHolder)
newbody.bioHolder = new bioHolder()
newbody.bioHolder = new bioHolder(newbody)
newbody.bioHolder.AddEffect("radio_brain")
// newbody.abilityHolder = src.abilityHolder
// if (newbody.abilityHolder)
Expand Down
Loading

0 comments on commit ff5236c

Please sign in to comment.