mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
TG: Adds tickcomp, an attempt to make mob movement speeds level across all
tickrates. Works pretty well. Adds a (disabled) framework for making people drop where they're stunned without waiting for the next tick Shuffles sleeping and resting, making them cause effects of their own rather than just relying on 2 ticks of paralysis or whatever. You now stand up before being able to move again (called in canmove) Reduces slip chance from 50 to 0 when knocked out (more in line with the comments in the code, and it just makes more sense) Revision: r3503 Author: VivianFoxfoot
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
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
|
||||
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user