mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Fix indentations (#17481)
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
This commit is contained in:
@@ -262,7 +262,7 @@
|
||||
/obj/structure/flora/pottedplant/eye
|
||||
name = "eye bulb plant"
|
||||
desc = "A decorative plant borne from a genetic mishap in a Zeng-Hu genetics lab. \
|
||||
Scientists assure, the blinking \"eye\" is simply just a form of heat regulation, \
|
||||
Scientists assure, the blinking \"eye\" is simply just a form of heat regulation, \
|
||||
and other than that, this plant is same as any other greenery."
|
||||
icon_state = "plant-36"
|
||||
|
||||
|
||||
@@ -69,8 +69,8 @@
|
||||
habitability_class = HABITABILITY_BAD
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/Initialize()
|
||||
. = ..()
|
||||
update_icon()
|
||||
. = ..()
|
||||
update_icon()
|
||||
|
||||
/obj/effect/overmap/visitable/sector/exoplanet/update_icon()
|
||||
icon_state = "globe[rand(1,3)]"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
for(var/area/A in shuttle_area)
|
||||
for(var/mob/living/M in A)
|
||||
M.show_message(SPAN_WARNING("You hear the shuttle engines sputter... perhaps it doesn't have enough fuel?"), 2,
|
||||
SPAN_WARNING("The shuttle shakes but fails to take off."), 1)
|
||||
SPAN_WARNING("The shuttle shakes but fails to take off."), 1)
|
||||
return 0 //failure!
|
||||
return 1 //sucess, continue with launch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user