mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Revert "the Space Parallax update" (#10323)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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!")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user