Adds glide_size to atom_movable and removes tickcomp (#9373)

This commit is contained in:
Matt Atlas
2020-07-19 20:30:14 -03:00
committed by GitHub
parent 2be405a452
commit f97101f18b
7 changed files with 43 additions and 23 deletions
-4
View File
@@ -14,9 +14,5 @@
message_admins("[key_name(src)] has modified world.tick_lag to [newtick]", 0)
world.tick_lag = newtick
feedback_add_details("admin_verb","TICKLAG") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
switch(alert("Enable Tick Compensation?","Tick Comp is currently: [config.Tickcomp]","Yes","No"))
if("Yes") config.Tickcomp = 1
else config.Tickcomp = 0
else
to_chat(src, "<span class='warning'>Error: ticklag(): Invalid world.ticklag value. No changes made.</span>")