mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-28 18:21:51 +00:00
* sdf * fsda * fuck * fuck2 * toolz * sdaf * sdfa * saf * sdfa * sdfa * sdf * sdfa * temp rename * temp rename * temp rename * sdaf * the pain is immensurable in the land of byond * the curse of rah * safd * sadf * sadf * gf * asf * fssdfa * sfd * sadf * sfda * brah * brah * it's easier for you to fix this * ffs * brah * brah
18 lines
510 B
Plaintext
18 lines
510 B
Plaintext
#define SHIP_SIZE_TINY 1
|
|
#define SHIP_SIZE_SMALL 2
|
|
#define SHIP_SIZE_LARGE 3
|
|
|
|
//multipliers for max_speed to find 'slow' and 'fast' speeds for the ship
|
|
#define SHIP_SPEED_SLOW 1/(40 SECONDS)
|
|
#define SHIP_SPEED_FAST 3/(20 SECONDS)// 15 speed
|
|
|
|
#define OVERMAP_WEAKNESS_NONE 0
|
|
#define OVERMAP_WEAKNESS_FIRE 1
|
|
#define OVERMAP_WEAKNESS_EMP 2
|
|
#define OVERMAP_WEAKNESS_MINING 4
|
|
#define OVERMAP_WEAKNESS_EXPLOSIVE 8
|
|
|
|
#define SENSOR_COEFFICENT 1000
|
|
|
|
#define waypoint_sector(waypoint) GLOB.map_sectors["[waypoint.z]"]
|