Revert "the Space Parallax update" (#10323)

This commit is contained in:
PJB3005
2016-05-31 23:03:13 +02:00
parent 75d2d918d3
commit 22ea146b34
30 changed files with 11 additions and 534 deletions

View File

@@ -792,7 +792,6 @@ var/global/floorIsLava = 0
<A href='?src=\ref[src];secretsfun=bombernohurt'>Make Bomberman Bombs harmless to players(default)</A><BR>
<A href='?src=\ref[src];secretsfun=bombernodestroy'>Make Bomberman Bombs harmless to the environnement(default)</A><BR>
<A href='?src=\ref[src];secretsfun=placeturret'>Create a turret</A><BR>
<A href='?src=\ref[src];secretsfun=spacecolor'>Set the color of parallaxed space</A><BR>
<BR>
<B>Final Solutions</B><BR>
<I>(Warning, these will end the round!)</I><BR>

View File

@@ -3131,22 +3131,6 @@
var/emag = input("Emag the turret?") in list("Yes", "No")
if(emag=="Yes")
Turret.emag(usr)
if("spacecolor")
feedback_inc("admin_secrets_fun_used",1)
feedback_add_details("admin_secrets_fun_used","SpaceColor")
var/newcolor = input("Set the color of space. This will only affect players with parallax enabled. (default=#050505)","Space Color") as null|text
if(newcolor)
space_color = newcolor
for(var/mob/M in player_list)
if(M.hud_used)
M.hud_used.update_parallax()
message_admins("[key_name_admin(usr)] changed the color of space. Space is now [newcolor].")
log_admin("[key_name_admin(usr)] changed the color of space. Space is now [newcolor].")
if("hardcore_mode")
var/choice = input("Are you sure you want to [ticker.hardcore_mode ? "disable" : "enable"] hardcore mode? Starvation will [ticker.hardcore_mode ? "no longer":""]slowly kill player-controlled humans.", "Admin Abuse") in list("Yes", "No!")