fix missing paren
This commit is contained in:
parent
38a054dec1
commit
f9e28fa0e2
@ -691,7 +691,7 @@ spewy = frownie.new{
|
|||||||
}
|
}
|
||||||
mknew(spewy, function(ship)
|
mknew(spewy, function(ship)
|
||||||
ship.main_gun=ship.main_gun or protron_gun.new{enemy=true}
|
ship.main_gun=ship.main_gun or protron_gun.new{enemy=true}
|
||||||
end}
|
end})
|
||||||
|
|
||||||
chasey = ship_m.new{
|
chasey = ship_m.new{
|
||||||
sprite = 5,
|
sprite = 5,
|
||||||
|
Loading…
Reference in New Issue
Block a user