Readded Left and Right indicators to zone select. Fixes Admisn and Ninjas not being invisible. Moves some changelog bits to archived changelog, and updated credits list.

This commit is contained in:
Erthilo
2012-06-05 04:10:05 +01:00
parent f2bc57aba1
commit d34c64b030
7 changed files with 440 additions and 449 deletions

View File

@@ -873,6 +873,7 @@ ________________________________________________________________________________
U << "\blue You are now invisible to normal detection."
for(var/mob/O in oviewers(U))
O.show_message("[U.name] vanishes into thin air!",1)
U.update_clothing()
return
/obj/item/clothing/suit/space/space_ninja/proc/cancel_stealth()
@@ -884,6 +885,7 @@ ________________________________________________________________________________
U << "\blue You are now visible."
for(var/mob/O in oviewers(U))
O.show_message("[U.name] appears from thin air!",1)
U.update_clothing()
return 1
return 0