Bay/-tg- Meteor port

Meteors now have different types, properly integrated.
Meteoract has been removed, meteors now just call ex_act.
This commit is contained in:
Tigercat2000
2015-06-21 18:39:39 -07:00
parent 6d990e2179
commit 7c9139d6e0
53 changed files with 273 additions and 450 deletions
-8
View File
@@ -201,14 +201,6 @@
// todo does this do enough
meteorhit(var/obj/O as obj)
for(var/x in verbs)
verbs -= x
set_broken()
return
emp_act(severity)
if(prob(20/severity)) set_broken()
..()