the meat of it

This commit is contained in:
Shifty
2021-09-18 14:25:35 +01:00
parent 099ad987fc
commit 7be042441a
198 changed files with 2561 additions and 5660 deletions

View File

@@ -236,11 +236,9 @@
if (see_invisible == SEE_INVISIBLE_OBSERVER_NOLIGHTING)
see_invisible = SEE_INVISIBLE_OBSERVER
dark_plane.alphas -= "toggle_darkness"
else
see_invisible = SEE_INVISIBLE_OBSERVER_NOLIGHTING
dark_plane.alphas["toggle_darkness"] = 255
check_dark_vision()
/mob/dead/observer/verb/analyze_air()
set name = "Analyze Air"
@@ -543,7 +541,7 @@
var/response = alert(src, "Are you -sure- you want to become a space hobo?","Are you sure you want to ramble?","Yeah!","Nope!")
if(response != "Yeah!")
return //Hit the wrong key...again.
//find a viable mouse candidate
var/mob/living/carbon/human/hobo = new(pick(hobostart))
hobo.key = src.key