Removes some unused math defines/procs

This commit is contained in:
ShizCalev
2018-04-11 14:15:14 -05:00
committed by CitadelStationBot
parent 4063781baf
commit e63553e278
2 changed files with 0 additions and 13 deletions
-10
View File
@@ -345,16 +345,6 @@ Turf and target are separate in case you want to teleport some distance from a t
moblist.Add(M)
return moblist
//E = MC^2
/proc/convert2energy(M)
var/E = M*(SPEED_OF_LIGHT_SQ)
return E
//M = E/C^2
/proc/convert2mass(E)
var/M = E/(SPEED_OF_LIGHT_SQ)
return M
// Format a power value in W, kW, MW, or GW.
/proc/DisplayPower(powerused)
if(powerused < 1000) //Less than a kW